Memory Pool Memory Pool Refreshing

4,271 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (775,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,496 132,496 00000000000002a2a76a0bb78df56fa296f9f61fbf98f617e3fd7e2cbba41d6d 0.00 MB 9 746
132,495 132,495 00000000000010ee11a54f9ea4a4ce70ebdbe8d95183a236bafb0c327350d18f 0.05 MB 143 229
132,494 132,494 00000000000008db3bdbc7b6d0d5a6ebe16f5ce0bd24c251cc45a1529e336a26 0.00 MB 12 371
132,493 132,493 00000000000001fe5fd4f6d08186296e0c6a8df96770cb32f9d4bb6bc6662d0b 0.01 MB 32 844
132,492 132,492 0000000000000f6e5d5d2ea822975d57295841b0746815a42203a4684a1686db 0.00 MB 10 53
132,491 132,491 0000000000000af4f9b1c2acd4a32693e22542e31ffbb7a6c505ab0d072c0370 0.00 MB 13 602
132,490 132,490 0000000000000a04d37f60ea7536d9af092e864d45540966db59c9b230b0f64b 0.00 MB 10 401
132,489 132,489 0000000000000b42c5f002b3c78d3a5ca618d5bfe12fb214d17f4a2629ca7993 0.00 MB 12 389
132,488 132,488 0000000000000de0e2b1e8179c363262b662c79b9a914338ecacbdd46edb93b6 0.02 MB 54 336
132,487 132,487 0000000000000a1c89e1e8df4fb48c207023b900afff1436eae9cd1f92dd0658 0.01 MB 23 1,488
132,486 132,486 0000000000001242b7825ee729d5fc68cde8b7a4993d00fca104cc091ab9c008 0.00 MB 11 0
132,485 132,485 00000000000003ef204e2dcd0a6b7cec5bcbe30d8f0409e79a1a4f87fdb61268 0.02 MB 44 544
132,484 132,484 00000000000002a1b7d15d94360224757d0cbfbb48ba0975f7ae224f5251d728 0.01 MB 38 567
132,483 132,483 0000000000000bdeedc50413fc08e7ab5166fd6f2f42dc731e87f3ce9114a5bf 0.01 MB 24 297
132,482 132,482 0000000000000cb7057632ffa02cd0cbf001071b099e0ff7e028cb18ade28cb0 0.03 MB 100 230
132,481 132,481 00000000000001b06436f9113cd1b3dba1aaa78f57919387f0ffc3f845c47bb0 0.03 MB 29 820
132,480 132,480 00000000000007bc17582b11ddddc4d2a247d08077b61305f4392fc23ffa222a 0.01 MB 20 314
132,479 132,479 00000000000012f2973d50e02446d2e83fe9a35d86f147b8c2027694355f2c71 0.00 MB 16 638
132,478 132,478 0000000000000b844d75e62976d93f1aba7ceafb90ced7beed492395b88330d1 0.02 MB 55 289
132,477 132,477 0000000000000b489f6fdab1b1147d9b535611380de19e97f0adc99ebba05d47 0.05 MB 169 59
132,476 132,476 00000000000001d24a74c210aa79f87fe721cd23a322ee0d122742a9bc9ab2db 0.00 MB 12 260
Previous 10 blocks ↓
Total Size: 769.00 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,616.86 GB sent, 92.83 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.