Memory Pool Memory Pool Refreshing

4,545 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,958 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (815,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,494 92,494 000000000002db1918bcaa8199dbe7a6edfbf069a3d2dc11179b9928f08b224c 0.00 MB 3 0
92,493 92,493 00000000000158f7c90f0c1bd969d7a4c0061c1fafc467b8ce9f6eae5dfcb473 0.00 MB 1 0
92,492 92,492 000000000001a8afff5d59e497a7bca9e9d15e90983ec086cbf8447ff39d2183 0.00 MB 1 0
92,491 92,491 000000000007d1dc3ac3dd40023d0f335f2e2dca16b8a3582995c2822150b1c9 0.00 MB 6 0
92,490 92,490 000000000009cdcb2c0cc47bfb741d962d36cdce2268251e7081edd3b90c239b 0.00 MB 1 0
92,489 92,489 00000000000d0e1e06ad021896f174a0317678e040e5c8267100d3cba382e968 0.00 MB 3 0
92,488 92,488 000000000009b72099f8602ae70376fd27bf7d62e9c25d865bf06d2c5a0705fa 0.00 MB 4 0
92,487 92,487 000000000003637a46aa33a030dc26d48735ff6c093a92a5691a40246fc9368b 0.00 MB 1 0
92,486 92,486 000000000007bc31c4ea7552b6f00ed388ae0f535fb7b30db0a4d7d843f01938 0.00 MB 1 0
92,485 92,485 00000000000c91651ff547a9f20bd1537c54f82ad6b37af5112facbf822b5716 0.00 MB 5 0
92,484 92,484 0000000000035c2590380db9faf300e90cf6352bced68e5ded087d1c5dd6c21f 0.00 MB 2 0
92,483 92,483 00000000000d12f02a93f8ed9ce4bb9c7ab99eca17fb8e48c3a201f0903958f7 0.00 MB 4 0
92,482 92,482 00000000000b3d7af43bb102010fa0e4a2dfaa9545916c51e1f933a5ca4b11e3 0.00 MB 1 0
92,481 92,481 0000000000085d8569b877e07cad9119c067f678fbac9218a25a005a7bb5a3de 0.00 MB 4 0
92,480 92,480 0000000000032f03fab6f13c170bb89e63553671bb09bbdee4f5f8cc9eda2a59 0.00 MB 5 0
92,479 92,479 00000000000cf612e47f190f81f043432307a8b6baf5758d2b140777a773f83b 0.00 MB 1 0
92,478 92,478 00000000000545e147967ef4dded1d9714bc4ab83321e6333ed7f7c2415ba098 0.00 MB 2 0
92,477 92,477 0000000000008db432861fa10166d717bc27ce8ead41a04907607457efe63bcc 0.00 MB 1 0
92,476 92,476 00000000000dc51269c56308b677b7f487514897edbce99cd0bd23d06f9d0238 0.00 MB 1 0
92,475 92,475 00000000000ad46ed4ea8a59f1f5aa4c805aece0e45a239ae913090dfd92da2b 0.00 MB 1 0
92,474 92,474 00000000000174f5b6a35a80c8c87af171ae20c5ddb671c1fe0cb885cceb7077 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.39 GB sent, 96.89 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.