Memory Pool Memory Pool Refreshing

51,571 transactions
22.40 vMB
Show Random Selection Loading Transactions
Max Size: 125/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,870 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,633 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,869 (1,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
871,581 871,581 00000000000000000000dca343daf24b95bcc61b3d9687d133c727b3029a1b2f 1.52 MB 1,827 9
871,580 871,580 0000000000000000000160f4abb790786580010b7ab753a173ad5dcab022eba9 1.63 MB 2,807 12
871,579 871,579 000000000000000000010f959753b077fd20766cd7fe1e4f1e19185235f2b69f 1.58 MB 3,377 18
871,578 871,578 00000000000000000000eb5c8b661ac024c8db31e487e6303aa8865773f8c01b 1.59 MB 3,402 17
871,577 871,577 0000000000000000000244f50efcd924a45aa7e3b0defea524c2f2eec8a1323f 1.43 MB 1,573 7
871,576 871,576 0000000000000000000034336c243e4f03e66be85a272a25e77de23367f1f2ef 1.50 MB 3,222 20
871,575 871,575 000000000000000000006375f46af268bbb064eaf3e86dc5c7eae82bd6a2d5f4 1.25 MB 1,191 10
871,574 871,574 0000000000000000000102e9baa6b29e78d8d9c8e53784683aa9f80514cc99e5 1.40 MB 962 10
871,573 871,573 000000000000000000000131318c1069ba857db4e7403e74e75b6af053654845 1.28 MB 1,456 11
871,572 871,572 00000000000000000000c31dae5264c04867dd5d9e843c5f60da3d8cdf2e5ab4 1.17 MB 657 9
871,571 871,571 000000000000000000028156e487a80c77c6f69216dc5da6733b9cc032fbdd2f 1.43 MB 1,817 13
871,570 871,570 000000000000000000009553e7f746658bd743cae1d53231a4802fc45322ca08 1.49 MB 2,827 9
871,569 871,569 00000000000000000002922f4f18f7dd32722b04c53e7fe5451ff4f12b588481 1.62 MB 3,637 17
871,568 871,568 00000000000000000001dcfadecf8d695f0a600661b3faf94f8db6668bf940a3 1.40 MB 4,411 34
871,567 871,567 0000000000000000000201c2f4f8a2f62ed4d57a97d42c95794eafa2370808f6 1.47 MB 3,056 20
871,566 871,566 0000000000000000000088a1142cb6cb229b225823d0a96c26388605b5767bea 1.24 MB 1,057 10
871,565 871,565 000000000000000000016d1e6ce038c7a57d8c2d8b9b80b72391cd20c1578520 1.41 MB 2,079 14
871,564 871,564 0000000000000000000154915f1ccce7934b421c988a1d69fe60ebb224336e5c 1.33 MB 1,828 13
871,563 871,563 00000000000000000001516a391ea15a4bfa53510cc35c2416d93093af1b6ed3 1.56 MB 1,079 6
871,562 871,562 000000000000000000002e9f39d61534d3d05c523587276241c25cf11ece334a 1.53 MB 2,118 7
871,561 871,561 000000000000000000016c480eb9dbcb15ab885ddf8ae87a2a3c0f6a45c50380 1.32 MB 1,838 9
Previous 10 blocks ↓
Total Size: 704.81 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: 2,660.23 GB sent, 243.65 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.