Memory Pool Memory Pool Refreshing

95,637 transactions
25.63 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
9 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,762 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,789 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,761 (732,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,471 146,471 000000000000072f66746ac042e82d55422b07431a19962d041ac2c20d12c652 0.01 MB 22 53
146,470 146,470 000000000000051ab56ca2a34bb294988c3efbd88dc226219c1223bb58ca8fe8 0.02 MB 47 306
146,469 146,469 000000000000098a66f5b2531d05f6ea7d09fbaa185ecf52e0fb708ab2c9ccda 0.04 MB 89 708
146,468 146,468 000000000000096a96fea5d549f3ccfa4f7fc6d2820a7b1e468ab38143f6fc1e 0.01 MB 18 44
146,467 146,467 000000000000007aa86ba93fdf78316151380aff5278feb92c20c319beb1d5dd 0.04 MB 59 46
146,466 146,466 0000000000000134f6b59b94562523edd5aa29bf3b8ac601ffd07cce25924b99 0.00 MB 7 38
146,465 146,465 000000000000024dd0d4904f402cec49092b8be79a610c24ab7f9b3d170c961d 0.01 MB 20 71
146,464 146,464 00000000000007cdf7c31de2e63cb821220c8f867847a2e4957b4a833672c501 0.00 MB 4 108
146,463 146,463 00000000000001b643a173002de983670516d50981fde9df08b7b4b08ade1b73 0.02 MB 40 198
146,462 146,462 00000000000006d54f3a8d9b9c88a0f9573dfc2e04f3f240a819ba861b0e1f1c 0.00 MB 2 0
146,461 146,461 000000000000071ee37d830825ab5c21b95cbba84c76f49e913e4395a325c924 0.04 MB 95 295
146,460 146,460 00000000000006a218afed4c3c2ba92655a0528f81e187782e456b65598d9e73 0.01 MB 31 324
146,459 146,459 00000000000008a5e750acbe4b321e1e620907a9f7fb45ad28733472c3f46dd3 0.01 MB 13 64
146,458 146,458 00000000000006278d7b0e00d303d1d599994048b9dcb788d34988d40e341c7e 0.05 MB 127 113
146,457 146,457 00000000000005d4f6637c4f9a9a36d958bc749d36c836a902b673d9f758ef32 0.05 MB 111 178
146,456 146,456 00000000000001296f50dce510ac76a43b77d1f053353ce962e19ad4153ae181 0.01 MB 45 4
146,455 146,455 00000000000004f8286aab38c758cfdfda7f8892b5ef066b497ff287d4e0f3bb 0.01 MB 24 196
146,454 146,454 00000000000002131530975901c76c95e1cf1b9e13c8e2fce41b416e890415b2 0.02 MB 45 117
146,453 146,453 00000000000002014b82c8145bacfb17eb28f9431514c0956bc2664736e3d12c 0.05 MB 136 213
146,452 146,452 000000000000017e829007b8b4efaba6584573f3b4847958e010bc81ecdd24d6 0.01 MB 39 143
146,451 146,451 000000000000080a74046bd9f4a740512aa4332b56b883729c487a51b8ae6f81 0.01 MB 21 54
Previous 10 blocks ↓
Total Size: 715.86 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,518.50 GB sent, 44.64 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.