Memory Pool Memory Pool Refreshing

68,972 transactions
25.74 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,578 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,139 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,577 (131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,446 866,446 0000000000000000000108ef905c652562783df6782baec437ec7fb463e0224c 1.42 MB 3,225 7
866,445 866,445 000000000000000000003ac62cd55baced4b9062aef2ab67c543f1eb614ae044 1.58 MB 3,545 24
866,444 866,444 000000000000000000007b5fe5953b447f0f1ff798a70ae62dbf4ac3820b5e70 2.39 MB 3,705 4
866,443 866,443 00000000000000000000b1405461aaff86dd392e7e52c7db616594b8f19189f8 1.31 MB 2,811 6
866,442 866,442 00000000000000000000f7429fe373743638a593e0d05cb49534831ec63560f8 1.58 MB 3,915 10
866,441 866,441 00000000000000000001b070d5e99491c0550fd2f838252282588a02dcbfb40e 1.92 MB 4,036 5
866,440 866,440 000000000000000000030b5bf3251d836541ee3c457bc96a44712c577a4528e6 1.52 MB 4,039 8
866,439 866,439 00000000000000000000114c1df2fe8147b8ee76f423df744994ec990ef8ad61 1.81 MB 2,831 3
866,438 866,438 000000000000000000024ee803d4781c26c45fa1c49d72cc624c1d100d85745f 1.52 MB 4,041 6
866,437 866,437 00000000000000000002c7191bedd2d092db50ecdf3bf5db880ead366bacdeb1 1.65 MB 3,973 5
866,436 866,436 0000000000000000000213d176c245ef21028f3e4c05bdb73ac785ab4aaa2530 1.47 MB 3,576 11
866,435 866,435 00000000000000000002665e64b57994d45abf938c41ae8dc3a68039d585b4ff 1.83 MB 3,300 5
866,434 866,434 0000000000000000000132b00b63dfc866cb877e3568dcd3ac2332c143a0d79e 1.66 MB 4,234 7
866,433 866,433 0000000000000000000090338238a2d477c89decb4809dddabca5017f2e149cf 1.93 MB 4,213 6
866,432 866,432 00000000000000000000847537993fbfbe94df5027be32462c394bf1956f1ca0 1.69 MB 4,664 6
866,431 866,431 000000000000000000020beabd917ebaaf1032243d9a7d227e5aaf041aababc3 1.55 MB 4,077 13
866,430 866,430 00000000000000000002fa8b545f38a232962d9346e8960a9d91e0fca4b5541e 1.66 MB 4,802 8
866,429 866,429 0000000000000000000183e69d103481793d18db239a349d1be6b1ac54a116a5 3.95 MB 64 10
866,428 866,428 000000000000000000016740a2cab1f33290d278e2d640d2b4c9c490badc61fb 1.63 MB 4,562 7
866,427 866,427 000000000000000000006a5059d08570a8c3ca957c3681302a9744ac7667f35f 1.62 MB 5,265 6
866,426 866,426 0000000000000000000192ea40aa6b32562507501a18700703f0f95ba52bf8e5 1.55 MB 4,585 9
Previous 10 blocks ↓
Total Size: 692.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,857.07 GB sent, 163.11 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.