Memory Pool Memory Pool Refreshing

28,302 transactions
31.10 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,410 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 471 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,409 (178,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
683,459 683,459 00000000000000000001aa8db5c5c9a246f0c06601a10bd626de3c7d9ae63299 1.30 MB 1,470 50
683,458 683,458 00000000000000000005520edadc27093ce54146f82e8583d2fb6f6271581c06 1.42 MB 2,790 66
683,457 683,457 000000000000000000094ca166d03e79a6b41e4764148108449714bb09003567 1.33 MB 2,685 51
683,456 683,456 00000000000000000008a265ca24a954ee80bbf90ef4c316b3e441c300568724 1.51 MB 2,623 65
683,455 683,455 000000000000000000075a008f4b9c13751223471ce5d7b2dd37edb24756ac61 1.35 MB 2,343 78
683,454 683,454 0000000000000000000302e836fe9a29dbc2a076e73d5408da4f5ca21ccaf93f 1.27 MB 1,977 56
683,453 683,453 000000000000000000015e137afa469d2580222ee4e9f28dd37cdcaccedafcc2 1.44 MB 2,709 69
683,452 683,452 000000000000000000081f6cfa4216fb23d0c2e63cd02270330bb87824169c6e 1.17 MB 1,172 52
683,451 683,451 00000000000000000008c47ccefd9a8542ee58e692d2a9d7ae02dc468f356c83 1.31 MB 2,034 65
683,450 683,450 0000000000000000000524c89f05e6c05be6dbfbdd456f3a87c8b6bb46dc83b4 1.27 MB 1,719 58
683,449 683,449 00000000000000000009dfc2b3f83a983e63f9ebe5ab7d0dff9debe5d1fd0eac 1.37 MB 2,591 65
683,448 683,448 00000000000000000009dfd3a27dbcad091e7a05034834157db41f502b0a4eb0 1.39 MB 2,673 67
683,447 683,447 000000000000000000069eef0a89044c11d96e2f9c33b4c5a8f7e402c717cb10 1.20 MB 3,095 43
683,446 683,446 00000000000000000005230c14f510e1be34b40173b51f183ed230bdc33eabd9 1.45 MB 2,077 62
683,445 683,445 00000000000000000004dc18d1608b1b14339735f874627140c340c08e38aa63 1.29 MB 1,891 89
683,444 683,444 00000000000000000004154fc70b64e0fae9c5c0238d7673e67b424080fd63c5 1.42 MB 2,804 79
683,443 683,443 0000000000000000000918a0e5c24b6a36a700a66a203cf68f056093f9662a85 1.58 MB 2,282 57
683,442 683,442 000000000000000000089279d28668f919ccb8a6f02739a3f52955c341a9c6d3 1.33 MB 2,769 97
683,441 683,441 0000000000000000000616e59339035b9e7758016d2fcd636775dfc44c1266c2 1.54 MB 1,602 51
683,440 683,440 000000000000000000064c24b7fe184a19e15591ecd31247fe132e64538f65ea 1.51 MB 2,666 51
683,439 683,439 00000000000000000005e38916891a6563be0f398307e9fdb8b9c3490cdbc260 1.25 MB 2,181 123
Previous 10 blocks ↓
Total Size: 684.94 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,367.66 GB sent, 104.59 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.