Loading Tool

Explorer IconExplorer

Memory Pool

74,486 transactions
27.66 vMB
0.07242068 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt 05d8a11924cde020d4cfb81381a5afc4c21592b9b006c4157d804b97e4a53f15
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root c8d227f53c3be8dfba9638111af817d4989c5d5b1ade2c1ab5139a93954e0750
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,765
Size: 1.00 vMB
Total Fees: 0.01300651 BTC
Feerates: 65.93 > 1.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (268,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,953 646,953 0000000000000000000ad514b3040c1e92c99c38bd8d0c5712edb0bd0ca534cd 1,450 1.00/1.00 vMB 87
646,952 646,952 0000000000000000000729c73483ac61d1945e45b5544a8b8773c6b2daa2bde5 2,405 1.00/1.00 vMB 121
646,951 646,951 00000000000000000000aac31f6d85ed19b83cc31069ab5ee415b2b8afa6ada2 1,852 1.00/1.00 vMB 6
646,950 646,950 0000000000000000000260fa968ea6ded9cbca5309d25735643f69c9214befbe 1,941 1.00/1.00 vMB 29
646,949 646,949 0000000000000000000735e7d1fba821318658574d45eec8e31ecf2a5ee8d590 1,427 1.00/1.00 vMB 106
646,948 646,948 00000000000000000005b491adb94c9d275a5b916815b04de063ebeeaba0c033 2,403 1.00/1.00 vMB 70
646,947 646,947 0000000000000000000b16c01058a5c8ec1345a0847581ca5f4b57d8551cae47 1,287 1.00/1.00 vMB 12
646,946 646,946 000000000000000000085aa853fd771b98ff01577c18165dfe64583ee3b96aff 2,652 1.00/1.00 vMB 90
646,945 646,945 000000000000000000096ec659ba8b9f5cd6f6b75dd0aee500c164a04f9782e6 2,461 1.00/1.00 vMB 129
646,944 646,944 00000000000000000002597b5cac0f9f4ee3d4d7abf3a6850f7d6b429ad808e5 603 1.00/1.00 vMB 3
646,943 646,943 0000000000000000000a35f0c5b144f5030fffe7aaceb734868b432b7c82b066 1,318 1.00/1.00 vMB 19
646,942 646,942 0000000000000000000c3460e3fc89c6a20fcb4f35cbd1fe1f99d1a9ed160868 717 1.00/1.00 vMB 12
646,941 646,941 0000000000000000000ecb9d7b39484bab8bde23859ce59a22ffef46735fe95f 1,736 1.00/1.00 vMB 42
646,940 646,940 0000000000000000000b08b64f625bf4c51d0a34ebaef2b7451c0840149f7ff6 1,090 1.00/1.00 vMB 22
646,939 646,939 0000000000000000000512525ccbabdd1b4fa0bdde493a5f34b0d60f739e4f89 1,470 1.00/1.00 vMB 42
646,938 646,938 0000000000000000000e65391ce036abd77d917b7f8ed1af3155fd3d2d3bda90 718 1.00/1.00 vMB 10
646,937 646,937 00000000000000000009991ed5adeffdef40559a87089b44ffabd5b4b53054cb 1,836 1.00/1.00 vMB 91
646,936 646,936 00000000000000000009679fb0019ec9415250543623a7a865c21db5655c08ec 707 1.00/1.00 vMB 17
646,935 646,935 0000000000000000000f7faf8395eb87fcf515ad220d22224986ff44e022aa23 2,055 1.00/1.00 vMB 46
646,934 646,934 000000000000000000083a5945186855fac4c58e0419e2fe74c43dc8c40b0745 1,522 1.00/1.00 vMB 28
646,933 646,933 0000000000000000000e8eb8ce579e8ebea050ea8585b3a75a291b6520bc6009 1,518 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.