Memory Pool Memory Pool Refreshing

1,995 transactions (0.65 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,821 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,981 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,820 (861,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,556 47,556 0000000028c3ece13e8bd20e8caac67fdfb8e85a21affdf0c6494d061ad2210c 0.00 MB 1 0
47,555 47,555 0000000023c6e5e5856f68ac081bc1ae330e07e696734fbd8d1e1a9c5d4179c5 0.00 MB 1 0
47,554 47,554 000000001dd8ae2528557ea8d32c6d316cd6906dcb50762cc6cbcfba16d3b60b 0.00 MB 1 0
47,553 47,553 000000000c522461c54d93d495fed272a461f2e341b1a5081b1a140d9d5db92a 0.00 MB 1 0
47,552 47,552 0000000027a0d3acad7552ab241bc1595341f457f4735654ce26b0408187d2fe 0.00 MB 1 0
47,551 47,551 00000000339c71e86563f2e8109d2396fd2cf10c18ee85483fae160c404f9ddc 0.00 MB 1 0
47,550 47,550 000000001dceacb10a9d3deb3dae2ee3cd8c44b5c034ccd96ea62cb80776e90f 0.00 MB 1 0
47,549 47,549 0000000009b38f6a2ede7a20338827f2dacd997842153535297d0973b2933e41 0.00 MB 1 0
47,548 47,548 0000000028a2334898563cd9fe8efa4ab12da470d97ea1b727abbc57b31cba16 0.00 MB 1 0
47,547 47,547 00000000379671042752b676df0f6cc7e020ca97d8a4b69fcc11cb9508fad80c 0.00 MB 1 0
47,546 47,546 0000000014614b1e63fb4294a4da77bb94f86edce678d7f90e5ff2c3a43265bf 0.00 MB 1 0
47,545 47,545 000000000db0ae59ddc5b0385e2ec04906935a128a9063cbb04bc563392cb8d5 0.00 MB 1 0
47,544 47,544 000000001bf0f24f6ddd25eff4048ee145e202c75c3dcab977a30fdc6a290674 0.00 MB 1 0
47,543 47,543 00000000350ac44c9e88fb6fda43d7aec25146c073c7c10b9a45286a3ef6bf26 0.00 MB 1 0
47,542 47,542 000000001424b203e002d1a008f36d7e0f84f1c3ae3709ff5d1c1155e5285b46 0.00 MB 1 0
47,541 47,541 0000000007516bd0732b8185528efc7b710665137c4c9bd0504507fb9da3f0fd 0.00 MB 1 0
47,540 47,540 0000000036688b20e5948b614b5ec93a4d75def3455c4435617ad412c3453067 0.00 MB 1 0
47,539 47,539 000000002747dae06280a217e8c4c0090bb62f7223e2615861bb445e5ceaed23 0.00 MB 1 0
47,538 47,538 0000000014f7814cee87366d916ceb3472305f54e8d66076454ba08b2df0a18f 0.00 MB 1 0
47,537 47,537 000000002ee048d7b34720c8e1a64ac3e62c14cd1681499e1be1e5238d93d42b 0.00 MB 1 0
47,536 47,536 00000000356f2279d94414cc481649304a9c31453da024966d1b72c57138adac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.22 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,857.76 GB sent, 103.18 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.