Loading Tool

Explorer IconExplorer

Memory Pool

44,689 transactions
28.53 vMB
0.06419645 BTC
Random Selection Loading Transactions
Max Size: 151.76/200 MB

Candidate Block

Mining Attempt fe5594a9686e5da35e82f7d0e081057a0e7a5cd0f20320d2bbcdc851afa3234a
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 3b10d62adbd0546f73c164688ea453217d3a456b2445b037a8e0b83d437ccc3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,326
Size: 1.00 vMB
Total Fees: 0.01018777 BTC
Feerates: 60.21 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (505,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,464 409,464 000000000000000001fe5bcc0e261daed0f2028a95d4b0137694bc2b3df4ce4d 2,091 1.00/1.00 vMB 29
409,463 409,463 00000000000000000258c128501f1e0246c675dabba7acd95a3838a5a50f04f2 1,694 0.75/1.00 vMB 48
409,462 409,462 000000000000000004faf92ad76ecc29d241752e53c07197b13424e04d50e3d7 3,033 1.00/1.00 vMB 69
409,461 409,461 000000000000000001893e44352e7cd4c7e33d8249068bee3d9ab5f47ae375b5 834 1.00/1.00 vMB 31
409,460 409,460 000000000000000005544cde944eb97657bf49820250a0167fdff1c34cda0fb6 1,745 0.94/1.00 vMB 35
409,459 409,459 000000000000000001610eab0d84a6fa6baeea5074c8d88a1f44c2f054607597 1,430 1.00/1.00 vMB 25
409,458 409,458 000000000000000003480a54ce7d811bbbbf1280aa5991679ab9d45d3b255415 2,208 0.93/1.00 vMB 51
409,457 409,457 0000000000000000052fda968a92b8040085e52bfe8ab888f042fcdae25cbd82 15 0.00/1.00 vMB 91
409,456 409,456 000000000000000000c754f21c168863c5cfc8799d4ed5f15b3ee74f4b743c01 2,263 1.00/1.00 vMB 32
409,455 409,455 0000000000000000004748516f4b018a754843c075408f61bcac384ca5f8dc0d 1 0.00/1.00 vMB 0
409,454 409,454 000000000000000004f9bd5e3ade54c71c21a9f326e2d9f3dcc68035360a8fd4 3,039 0.99/1.00 vMB 63
409,453 409,453 000000000000000004adcb38469231ddc23593c065e656c2c62390ef6e1a1539 1,580 0.99/1.00 vMB 35
409,452 409,452 000000000000000000eafd4e08f74fc36845e7ec25c0b142c31947e9d3c505c6 2,175 1.00/1.00 vMB 35
409,451 409,451 00000000000000000009ab4112c26135910146f73cdee29ac20892c260c8e1a8 2,620 1.00/1.00 vMB 63
409,450 409,450 000000000000000003f40962c9beca1db14afe894bbbf9aec5199089fc1c315f 1,408 1.00/1.00 vMB 33
409,449 409,449 0000000000000000004adb5e84c52da55207f7615cab6e50a189c8a39b151471 1,293 0.92/1.00 vMB 32
409,448 409,448 000000000000000000daf78e9d1c58f939137a0a0635e66bc187bd85d6bff146 726 1.00/1.00 vMB 15
409,447 409,447 0000000000000000014d1e3f2fcf234c17f8a11eda13a1e94a7e5b744432bd4c 1 0.00/1.00 vMB 0
409,446 409,446 0000000000000000038077030982fce0a971edd7b060300d49009007a7ac9811 1,081 0.99/1.00 vMB 23
409,445 409,445 0000000000000000057c04ee746b5e673e75664dc02c49cf74a44b2cb43d8dd5 1,813 1.00/1.00 vMB 29
409,444 409,444 0000000000000000043457572ae95ffad45fc68d3e974ffc87ad885cc5e0f319 1,897 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.