Memory Pool Memory Pool Refreshing

6,561 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (686,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,537 221,537 00000000000003eb49241d0ff7d23cec94361e171afeec1f434f534a4f4a7bff 0.25 MB 665 247
221,536 221,536 000000000000047c48094e185d77ba5f6ee9f923fa4d5b4ec921150cdbfe1ff2 0.28 MB 392 135
221,535 221,535 00000000000002fcc4a6def0997b02f454116911bc2829c111b571f03f664468 0.25 MB 613 208
221,534 221,534 00000000000001ad93de41487d42f812247a0da41ffb7c951770d3d8248bef71 0.25 MB 692 219
221,533 221,533 0000000000000320f456fb4e78dbc7b8680a5112cf44e9c0100f88fb27536aa4 0.25 MB 645 200
221,532 221,532 0000000000000281c0b6f48fa9af4773ce84ebee3c0b354278acb7e1cdc6ef17 0.25 MB 607 223
221,531 221,531 00000000000001a114c18306b6806d7a40d167e02dc7791ffd99d27dbc3ff2be 0.00 MB 9 136
221,530 221,530 00000000000002773a2e85985e1336ec7ba372bd093f8e81088d670665808176 0.25 MB 655 229
221,529 221,529 00000000000003735f671433b349d637d3739e3ae7f04cd712eb75d5ac842f69 0.15 MB 374 199
221,528 221,528 000000000000011c47ebb5a246f8aac6fd10baac96a28c9f85d568e416f608f0 0.07 MB 122 116
221,527 221,527 0000000000000065ec149df8d958dbc92e35da5706039359a6d820785a0f21b0 0.01 MB 44 262
221,526 221,526 00000000000000bfe1d32117fddb70ec7985dff46e00897c8c532ebad40ebefc 0.14 MB 284 174
221,525 221,525 000000000000007675ccc3cfb70ec3e1cf43bb6636a06b78534eb44ecb5e443c 0.17 MB 412 203
221,524 221,524 000000000000012f6361350461b009f455702f45559a5ca3b5d02af700396910 0.12 MB 292 215
221,523 221,523 00000000000004f2e245791313a45134f34e41130d383fc5a1e3f8a8c37eefee 0.06 MB 155 182
221,522 221,522 000000000000014e06e46ed1e96988d258664ebb887a045b1d68db9db60fd24e 0.08 MB 136 195
221,521 221,521 000000000000014829e0e9cd027151abd14354eae0d0ff84aec92362c6417a7a 0.11 MB 238 198
221,520 221,520 00000000000002d7c354a98414a06423e7fb26d94270660c7f7ea215af57091b 0.10 MB 143 110
221,519 221,519 000000000000046dfb74e072618bc02536e00e61bd72942240bbb6758aaf5708 0.25 MB 686 308
221,518 221,518 000000000000039dc8e6e777bf1cfff8df8a2f99fd04f50e253becf8c72599be 0.17 MB 303 220
221,517 221,517 00000000000001f2a533cd875d5ee99de7157ab24e81d47d0c4b12db6380fb4f 0.24 MB 240 96
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.39 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.