Memory Pool Memory Pool Refreshing

30,517 transactions
27.48 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,267 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,580 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,266 (168,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,660 694,660 0000000000000000000af1208e941868e25eabf21b084a08f2c614fb8cf4614d 1.42 MB 1,192 2
694,659 694,659 0000000000000000000c3097b563f06b25c25eb0c3e1d231e21b22c0b24a864c 1.47 MB 2,770 10
694,658 694,658 0000000000000000000311403061621a257939262b10fca8fd2a6dfe6c4d55bb 1.49 MB 2,633 23
694,657 694,657 0000000000000000000fd01fab2928be4b3975749aeca290c75fae0fc027b51c 0.83 MB 1,664 10
694,656 694,656 0000000000000000000d796bd62447c6b92d56c115f3c28bc82b25266a224c4e 1.30 MB 2,169 12
694,655 694,655 000000000000000000116ba4b94dbdab8c2f220c36711b575581d436c7183f85 0.52 MB 1,090 11
694,654 694,654 00000000000000000010cfbc544a66676aa15e170b80fb5977bd20e9c07aff39 0.03 MB 67 6
694,653 694,653 00000000000000000000dfbde81a29b55be916b469c99921cc6299aacddf4fc4 1.30 MB 2,535 11
694,652 694,652 00000000000000000009f57f9b655a54dc34987df86d6eb0660f73cb4edbce5e 1.03 MB 2,036 13
694,651 694,651 0000000000000000000110979f52dff614a4db68a5538d79ed6a7948e7e8c960 0.48 MB 844 8
694,650 694,650 00000000000000000005c438448044e204c93bc8f274dd4d565c5af71a665f8a 0.83 MB 1,485 9
694,649 694,649 0000000000000000001266d0b7cce1db3ee0b9ad224078b267503a70c1830a6e 0.25 MB 377 7
694,648 694,648 000000000000000000005f1e5693ef479e9ea6d19e7e7ef18aab74ec487b1a12 0.55 MB 860 9
694,647 694,647 000000000000000000084d6ef419e38ff717b14a61709d73003dc501f04f7363 0.08 MB 157 11
694,646 694,646 0000000000000000000c8852578b02c09f4a3449cbda85990500bead39e0d4ef 0.25 MB 521 12
694,645 694,645 0000000000000000000aacfe4f0d176971ac6e18c74fdc846b5664a90f2cb33d 0.10 MB 192 8
694,644 694,644 00000000000000000002062fcdf5ac7b74991b0a9cceedaefdcb098c040269c1 0.16 MB 292 12
694,643 694,643 0000000000000000000b4dd2bdce750e2d3a81b7a1216c36d4634933de12a07e 0.48 MB 543 4
694,642 694,642 000000000000000000087a851bb3618176c248faedb5071d85fa4116d63b9230 1.40 MB 2,301 11
694,641 694,641 00000000000000000000ac59d9a8beab0298a974bb7cb915ee471edb234586cc 0.65 MB 1,349 11
694,640 694,640 0000000000000000000260572ca507ecfe8e4225c7449139333a4a29becf0a2e 0.44 MB 644 16
Previous 10 blocks ↓
Total Size: 686.63 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,485.08 GB sent, 115.87 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.