Memory Pool Memory Pool Refreshing

12,225 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (433,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,451 474,451 000000000000000000f07f87b58571c78a56a4075c8694c0ba9187034f16df10 1.00 MB 378 48
474,450 474,450 000000000000000001275f9727c7356a06cbb1c3cd351d1f5baa0887380b646b 1.00 MB 1,952 158
474,449 474,449 0000000000000000008c3c04a82b563f41f9a95db90bc46cacd16e9cf4756db1 0.75 MB 772 100
474,448 474,448 000000000000000001129eae3323ea122c21690973f2530c1996a272ca2f65f7 1.00 MB 674 49
474,447 474,447 0000000000000000009b5a26039ed13a3aa42be5d7418bc94e4a8c2458de3234 1.00 MB 1,977 223
474,446 474,446 0000000000000000010542f2f46196294c53ac7b5e59f85b6c4bf5f69797e8fe 1.00 MB 764 82
474,445 474,445 000000000000000001273c11d2408e58e8632db0f7274bd5b0d727506ce13741 1.00 MB 266 42
474,444 474,444 000000000000000000cecb4e3c2119d7a7521fffca427c3d1326bde54fa360d1 1.00 MB 503 57
474,443 474,443 00000000000000000045160f11399777e7e53f54db526ace189e250dfe7a440a 1.00 MB 1,806 148
474,442 474,442 000000000000000000e476fe41ffc559804d530fc5dd1af09f7c3c846faf994f 1.00 MB 933 63
474,441 474,441 0000000000000000012719400aa620d44fda5a7089fdf9f02a1f341eb773e9c2 1.00 MB 2,500 93
474,440 474,440 000000000000000000cbceb529f9b969ec1edeee123fe52a481c6e28db29c2c5 0.33 MB 759 147
474,439 474,439 000000000000000000b3e440a84a614f782ae705de25c1623b2efeb9381aff22 1.00 MB 2,191 247
474,438 474,438 000000000000000000590ba4d106861f702728b61b4953125193b57a71c93277 1.00 MB 2,338 252
474,437 474,437 00000000000000000109825d635532d96d5acb181c76b68b78c278d8f4a40a4d 1.00 MB 2,055 111
474,436 474,436 0000000000000000003b5815848a71520beb84fd862d090dc5b5126d878ffe88 1.00 MB 2,452 113
474,435 474,435 0000000000000000017b36542f8fd02cdb11a71c13ec72041b2b52136f05ad61 1.00 MB 2,266 236
474,434 474,434 00000000000000000142291d7abde4c757255b6af5308442daa9592137040539 1.00 MB 1,465 156
474,433 474,433 00000000000000000163bc2a030983c43870ffafb28aff985d61db0ba8b5b3b2 1.00 MB 1,814 207
474,432 474,432 0000000000000000015277bb694d5b000993d4a41207cbf94764f3665f84ac5f 1.00 MB 2,182 304
474,431 474,431 0000000000000000015d11c72cb29583213c8b8c9b31838bc139b6f480a7f7ed 1.00 MB 1,676 378
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.14 GB sent, 92.93 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.