Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,165 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,864 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,164 (871,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,074 38,074 0000000020d4fb2d644fb07cb3d98235b3b472399aa5683a2203496fa5fc1509 0.00 MB 1 0
38,073 38,073 00000000439c14880f379ab2a812f9afa8ecaa5935add236238a42e3e14d0df4 0.00 MB 1 0
38,072 38,072 00000000a6893709c4a6af6b2cdfd6165cf41327056b42500f5594a65a2d2930 0.00 MB 1 0
38,071 38,071 000000004c1a3a041da4500ee32051a48389afc4ef8ca69ae0ee061f065f6c4a 0.00 MB 1 0
38,070 38,070 000000003e7b84abd2e9af99df7646a0c37cd0d9ef85e79b5e685ab2f2da4422 0.00 MB 1 0
38,069 38,069 00000000820e136f5730e2068fc6ee524609a6a5aae5bfae115922653406ed72 0.00 MB 1 0
38,068 38,068 0000000088aed7cdf0f9d917c5e79220d5d1cc7df539f7daba0673d32b0002fb 0.00 MB 1 0
38,067 38,067 000000003791220fc7228791fdcae9101e9e512a8beb33f42df55d2c9846e0f5 0.00 MB 1 0
38,066 38,066 0000000080b686c52263a80cad2034d15187da87f5f50338537a6fe4263808e3 0.00 MB 1 0
38,065 38,065 00000000951912891e40ae3efdb5f520cfb789ef8c1bf082ac46092a39f26d31 0.00 MB 1 0
38,064 38,064 000000002b6ea516d760a118e9cb3cbeb2579a105193499cee0cc83fbe0c26c0 0.00 MB 1 0
38,063 38,063 000000007e5a23e0dec317f0dff54f12104499feda765a947e12f0689b1aff51 0.00 MB 1 0
38,062 38,062 00000000bcaec44813465b0352361154a4e03a8e93fcb77f7d10b553e7ffe4b8 0.00 MB 1 0
38,061 38,061 0000000070e4f26b1cc24c8c4fea10ffa59bc5d071c28147dce49b3b28703b51 0.00 MB 1 0
38,060 38,060 000000008395c34bc5705f8d120d3d7fab72538b13731365745e1ab74d0c44f3 0.00 MB 1 0
38,059 38,059 0000000029363bab4b36aa025df51a77df08503db9a5758c0bec167b477696c0 0.00 MB 1 0
38,058 38,058 000000005ea906da2ac9c3f625ba0993ca3263abc902fba078c5f582c186355e 0.00 MB 1 0
38,057 38,057 000000004fabe76e0ba73e3a2d9275af7b89d9b013577452f1ebb8d73ae1f7c8 0.00 MB 1 0
38,056 38,056 00000000ae9b4a50b12e8f4e720d33f87272ff9b8d0b3f0f4821076b5c9d8f57 0.00 MB 1 0
38,055 38,055 000000005e3d4343d5adcebc15bb36c7b339474db3db068df7353838887b14a7 0.00 MB 1 0
38,054 38,054 000000006258976e26f1b4670383f285a4dc884c975d3a3827c8c9f82eff8458 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.85 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,974.26 GB sent, 106.89 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.