Memory Pool Memory Pool Refreshing

8,462 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,144 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (4,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,565 903,565 000000000000000000007e099978c4b301d50665101e5cab8ffc77c1b28badac 1.58 MB 3,728 4
903,564 903,564 000000000000000000005125f247757548b05174b87dc4ff3e6cd8b7f35b1e87 1.76 MB 3,247 1
903,563 903,563 0000000000000000000076d8bf0f40a981d2981f43ca7026dc1c1b9b6af93ad8 1.66 MB 2,321 1
903,562 903,562 0000000000000000000068a347728d5969031f98cbad8bab56b56cfe05bd8cd9 1.46 MB 2,632 3
903,561 903,561 000000000000000000026181f6ed3f23a2b5a5ec70aca43bbbb549e7a7a68429 1.59 MB 3,059 3
903,560 903,560 00000000000000000001ad6cc05d3761433c4e2380a472fc89166d80812b0486 1.65 MB 3,145 5
903,559 903,559 00000000000000000000ef40a33a5593c1939562f8863445f4acd10fc0f3ff58 1.39 MB 2,543 3
903,558 903,558 000000000000000000000e034264481e68b2add68dc0eed810839826cc8d8a15 1.45 MB 2,602 3
903,557 903,557 0000000000000000000114c015c98e2a24ddd0ce2fab4facfe1c7f59afdd4ff2 1.40 MB 2,566 3
903,556 903,556 000000000000000000007cf116a5c8c44834c0c24f8c80adff63f4d4ae2cd5da 1.65 MB 3,968 5
903,555 903,555 000000000000000000018754d39eb627fdf12a3b8e1debbab2bea721d54ba49f 1.26 MB 889 2
903,554 903,554 00000000000000000001760cf02fc3d40d0254eae69e8f4a2f1d5460917194e0 1.62 MB 3,523 5
903,553 903,553 00000000000000000000c7b776a95215b0ec70e467ff847338c9f4dc151cffa9 1.61 MB 3,717 4
903,552 903,552 0000000000000000000181155601dac1b255666a86613a36d85046b539d65fc6 1.55 MB 3,743 6
903,551 903,551 00000000000000000000c80a9d4f4a3a555b9308d486f18afaf2ff635e0ec773 1.60 MB 3,438 2
903,550 903,550 0000000000000000000230a2c99d110737e6b59ba5ad8650da77894038fbc9db 1.45 MB 3,178 1
903,549 903,549 000000000000000000000b42421cd01b8d2626f57cd3a836f7d656712f31fe59 1.81 MB 2,862 1
903,548 903,548 000000000000000000012b98d75bf5eaaf009e6994b4a3333b84e5b06de8a30d 1.69 MB 3,418 2
903,547 903,547 000000000000000000002697840b515befa9cab7104b2ca3f7ce1c5c717cf13f 1.58 MB 2,921 3
903,546 903,546 000000000000000000009eca48fae29038bd0ee26e209c885660cbd9bb14a434 1.62 MB 3,556 3
903,545 903,545 000000000000000000018fea53310f70d95ff01c9b525006f1e891e764c53dd2 1.24 MB 1,348 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.47 GB sent, 93.03 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.