Memory Pool Memory Pool Refreshing

7,470 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (558,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,821 348,821 000000000000000004535dab2b9d07c6557de3519987a9809305dfdb6fcdc7dc 0.28 MB 630 28
348,820 348,820 00000000000000000dfd4ebb64c922f0c021ffdc3d843bfda4be62ceb70cb4a1 0.62 MB 999 25
348,819 348,819 0000000000000000148e77a59b0b5d6e5198d28c29a9c26d4861bcb5293daddb 0.27 MB 239 36
348,818 348,818 000000000000000012764097ee0ac22aefcdc62f7ea9734d12e5201015c6fc4f 0.16 MB 310 27
348,817 348,817 000000000000000005abf9ad531606432652320ce06acb8513911c8545d1bb42 0.25 MB 512 28
348,816 348,816 0000000000000000175ebdd268e7a99f33e265422bd09fdf7d335c4ff1b8588f 0.36 MB 394 13
348,815 348,815 00000000000000000875411a197fd0abd346d2d2fb13278048117ff7756a984a 0.50 MB 1,105 34
348,814 348,814 00000000000000000f1092f69fdb6a2b5b65a75ae313393d3af6d01d2b4b17b8 0.04 MB 78 21
348,813 348,813 00000000000000000ae8694b696ffcb55cbdca0f3ce0026a128a32a0e12534ad 0.43 MB 411 70
348,812 348,812 0000000000000000020e86eb19dc8d8a3897e9fbd4e946082692d0e56d3f3c55 0.70 MB 1,024 23
348,811 348,811 0000000000000000137fd1681bbffdf3f87684e8c8969b4062d4d7de8d651a6b 0.75 MB 1,386 27
348,810 348,810 000000000000000006e97d7ed49f364b4b8e74507ac136a473406a2fae7ba95f 0.96 MB 1,690 28
348,809 348,809 00000000000000000dfd5ddd50d899d09a2cb3d6c8d72ec04ded2a8b4a911936 0.12 MB 221 24
348,808 348,808 0000000000000000052138481c9f99a08fdf5a36bec9e0976ba67b688a45f0af 0.32 MB 230 83
348,807 348,807 00000000000000000d7154a024632d22b1d275d786e6463716a702519b0b9242 0.38 MB 775 27
348,806 348,806 000000000000000013a6b3a6741a354b85036a19a38328340fda408dca38b651 0.09 MB 212 27
348,805 348,805 0000000000000000075d1c46c7a87be7232948de88aa7cf471fb1b6841ceafb1 0.15 MB 284 26
348,804 348,804 00000000000000000288169040d08fa9509c496ceacbad96da482d3b094d07fb 0.15 MB 278 31
348,803 348,803 00000000000000000dc5a8bf028a3b598afb4868f18fe4bcf6eb4027888227cb 0.06 MB 88 20
348,802 348,802 00000000000000000ddbb97f8f29da51455bb2ebe9a695f80043cdcf0bc600ad 0.20 MB 333 23
348,801 348,801 000000000000000007566007285dc6573e6eaef857df18b4f9a87bd7e59d700c 0.09 MB 174 21
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.01 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.