Loading Tool

Explorer IconExplorer

Memory Pool

81,398 transactions
29.81 vMB
0.13007956 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt 097127cd7ac9522a4c0ba9a358904a010fe5cd829e1d314b42cdb5220473c88c
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 658d70c0c3157bb2e2b53044a1e76411b3fa3a0f957288a1e10b85a2cd5e1f7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,794
Size: 1.00 vMB
Total Fees: 0.06208578 BTC
Feerates: 151.07 > 6.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (242,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,864 672,864 0000000000000000000a2d35a00e6c8941722ded2d6ae856d623e51c1e845cdb 2,488 1.00/1.00 vMB 109
672,863 672,863 00000000000000000001fc5e4f9d9d4dab28b9472d403dbdbbeb2f5be53f0ad2 2,961 1.00/1.00 vMB 124
672,862 672,862 00000000000000000008ae569ab65249a555af79fa91a548975bc24c0499a103 1,245 1.00/1.00 vMB 113
672,861 672,861 0000000000000000000ba5f157de1edab414808a17ae87091fa1736dffa4dc0b 1,701 1.00/1.00 vMB 114
672,860 672,860 00000000000000000009939f25069c38018bdf10db50ff004b1b207858a8b7a2 2,548 1.00/1.00 vMB 119
672,859 672,859 0000000000000000000609b01b7e56a42b7ec5abf2db7f506f85766c060355fe 2,712 1.00/1.00 vMB 121
672,858 672,858 000000000000000000084bd55c8f8df8b2b50e8ca4f9c6550badfa594197c524 3,103 1.00/1.00 vMB 138
672,857 672,857 00000000000000000007f6fe9fa6bd702dcf65fcc5484a91673e6d78614ea5eb 2,865 1.00/1.00 vMB 132
672,856 672,856 000000000000000000041dccf7f421627de4e27a3f34685c3d0fbe693b87d4f3 1,944 1.00/1.00 vMB 105
672,855 672,855 00000000000000000009f0768234f2222e09eb8872a4cf73bb3d60f37e1602ea 2,336 1.00/1.00 vMB 122
672,854 672,854 0000000000000000000090e7e0222fa0fef376fa404eeeb319bf965d51ba8c47 1,622 1.00/1.00 vMB 108
672,853 672,853 000000000000000000026e54ec20fa57a4f43cee6027b069611a0d08eae2c467 2,366 1.00/1.00 vMB 125
672,852 672,852 000000000000000000090bf09294a12d98a32effad1ea91743c637270595510c 2,870 1.00/1.00 vMB 134
672,851 672,851 00000000000000000009d3eeb0b41e979823e435e9db2318bc0b543bce662901 2,246 1.00/1.00 vMB 123
672,850 672,850 00000000000000000003b30dbcdba6d59ccf7a4bb91267c166e4e2557ca4121c 2,726 1.00/1.00 vMB 134
672,849 672,849 00000000000000000005cf721f8a8d51f4b71d0977530662eaae47e794b4cfce 2,785 1.00/1.00 vMB 84
672,848 672,848 0000000000000000000c3ce4d4d1be0d11d8d5ac56a6dfae800f164f2ba95955 2,559 1.00/1.00 vMB 88
672,847 672,847 0000000000000000000638324c0efc422beb31637d03d98dd8ba6d2a1d241d80 3,314 1.00/1.00 vMB 70
672,846 672,846 0000000000000000000871eb607e010a95e59681f806a01f40158cdc3ae36022 2,808 1.00/1.00 vMB 127
672,845 672,845 000000000000000000043c8ba6293acb4f1932819433abfeaac69500aed94377 1,930 1.00/1.00 vMB 105
672,844 672,844 000000000000000000015cf72bc66ca3fad47fca37cb4204d175362ce94f701a 2,669 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.66 GB
    • Received: 15.98 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.