Memory Pool Memory Pool Refreshing

1,254 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,890 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,243 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (3,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,467 904,467 0000000000000000000073ce35c947521ca331d67f865a9f7ed2fc19944ab790 0.04 MB 111 2
904,466 904,466 000000000000000000005d31e28618fadc12dae23361172be10c77f1323039a6 0.22 MB 442 1
904,465 904,465 00000000000000000000e408a361d80d9a29f31ee75d91f4f5274f233d1ac531 1.54 MB 2,766 2
904,464 904,464 000000000000000000002003c31d0074d32e77a892f262cace7136d1b99c2f93 1.28 MB 2,160 2
904,463 904,463 0000000000000000000049b460f18614380a01b8709d2c3a8ddf451d08d862b8 1.01 MB 1,841 3
904,462 904,462 00000000000000000001384b14bccf9054117ad2fedc98d32a488cbc227b089d 1.78 MB 2,175 1
904,461 904,461 0000000000000000000066d77145c9818d5ca674ac25457d9917ba823b8d288b 1.56 MB 2,807 2
904,460 904,460 00000000000000000002236b679578c2d2328837ae82bded5d21c72b1ab96d4a 1.51 MB 2,909 4
904,459 904,459 000000000000000000000d9758e196b265aae742f7e02a7719f59def70ce3f57 0.82 MB 1,935 1
904,458 904,458 00000000000000000000d7e17962f7c539ee2c5648035b6c3b369f644aa451b5 1.92 MB 1,416 1
904,457 904,457 00000000000000000000802b8a9ada5fb5ee898875a68dc9f44f133ae4786d4c 1.47 MB 2,847 4
904,456 904,456 000000000000000000025d51d6dfd6a2f43cf42d5a8e82cd2a96041a265c5d10 1.52 MB 2,949 3
904,455 904,455 00000000000000000000a99c712187accc8a5173276624aa2c04b17798fd09e2 1.65 MB 2,242 2
904,454 904,454 00000000000000000000ad0e11a70bcc78a75765576f11cbe4b9559c44e398f7 1.53 MB 2,562 3
904,453 904,453 0000000000000000000062a61c6753145aed01ee47420de08b1eb288c89ff6fa 1.49 MB 2,182 3
904,452 904,452 0000000000000000000202fb6722d3a227877b24ace34cc8386b68736dc5b4ff 0.15 MB 244 2
904,451 904,451 0000000000000000000246ab69d56e2fe9336b6ab939e86916eb53ebb99fc431 1.32 MB 2,330 2
904,450 904,450 00000000000000000000a35ffde7620336aea18599cbaf28efd48a4529b1f330 1.77 MB 1,873 2
904,449 904,449 00000000000000000001b9e7661049862a87142e9a4bafcbc32bc28e4856860b 0.31 MB 492 2
904,448 904,448 00000000000000000000d597c7f43bca2143a85978a9eb26fe40101df2b8b70f 0.18 MB 346 2
904,447 904,447 000000000000000000021b6e79c1047cfc67fdc9c50d91515f899f233c02310e 1.32 MB 1,418 1
Previous 10 blocks ↓
Total Size: 769.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,643.20 GB sent, 94.63 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.