Loading Tool

Explorer IconExplorer

Memory Pool

84,730 transactions
32.50 vMB
0.11772944 BTC
Random Selection Loading Transactions
Max Size: 193.34/200 MB

Candidate Block

Mining Attempt 518e81deb20fd26cb4eeb2d1d605af0b82ebe2c2a7448cec273ac337942623f9
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root c20d8be2051ac500de9702355b5d0e6b4bcb379d8286391d0235fcbb2a0938e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,123
Size: 1.00 vMB
Total Fees: 0.05235378 BTC
Feerates: 387.56 > 5.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (468,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,420 446,420 0000000000000000031d721ec7c4b25ec8a99cdba687e9d38b7d632e8dd03194 493 0.34/1.00 vMB 42
446,419 446,419 000000000000000000ef5cadba80ad7a8462d0ab148e32b446a9f7dc89ddf1f9 2,478 1.00/1.00 vMB 81
446,418 446,418 000000000000000002e91a19fba42c7aa46b8b0d7d2833abc5516dc4f21646e3 2,003 1.00/1.00 vMB 64
446,417 446,417 0000000000000000011ea1d34e8434e5ecffbf850fe42e34ef2840183cbce74b 2,031 1.00/1.00 vMB 68
446,416 446,416 000000000000000000456380f548eaab89a2b3334a8f096cfcd844fe8ea3e505 2,270 1.00/1.00 vMB 86
446,415 446,415 0000000000000000028fc7e4a24c47e4c4f27b6e31b4055b2043a8481cc0935f 2,239 1.00/1.00 vMB 84
446,414 446,414 0000000000000000019af4cd25f8643c865575f014850df956c9b2826a90ba78 1 0.00/1.00 vMB 0
446,413 446,413 000000000000000001f923ff7aafed53c31b0c06717eca7a4c877d343175fb72 797 0.95/1.00 vMB 27
446,412 446,412 000000000000000001be4543d3297f0237662340da033a5eced17f5e092eefd5 1,023 1.00/1.00 vMB 34
446,411 446,411 000000000000000002247d7695e1f66a221535ec42482111c514042398ed2a4b 927 0.84/1.00 vMB 51
446,410 446,410 0000000000000000020cc34f965b947d14b5db5059d201686f3d9cb3ab068cb8 907 1.00/1.00 vMB 62
446,409 446,409 000000000000000002248919d3faebc57fed51d21b9b4ee643288447d4e42e5e 2,067 1.00/1.00 vMB 78
446,408 446,408 0000000000000000025bcdb33879c875b25630e8265b1a6a8ebb50745b465ea5 2,076 1.00/1.00 vMB 97
446,407 446,407 00000000000000000131f7f8e9f902227265d0fb2cf8d42a81f65725eec9f930 2,376 1.00/1.00 vMB 82
446,406 446,406 000000000000000001bf9a0ce5023815e303c2f9de357ab6e54bee000e1a276b 2,375 1.00/1.00 vMB 78
446,405 446,405 0000000000000000026c90154a50b8601352b8970a8a608837b713be7b2f8e8a 2,501 1.00/1.00 vMB 79
446,404 446,404 00000000000000000110c5182d86e39af274c800aedcbcf0bef1107017ccc89a 1,967 1.00/1.00 vMB 61
446,403 446,403 0000000000000000015ea492a10a3dc5d92fc489bb85ef427aed60ad8e30c8cd 1,871 0.93/1.00 vMB 61
446,402 446,402 0000000000000000028ae6216f0c51ec0de045b73239954fca92db8dd722c446 1,665 0.93/1.00 vMB 53
446,401 446,401 00000000000000000008b0594f93eb961d232679183cb463a350933a9590aec8 2,313 1.00/1.00 vMB 82
446,400 446,400 00000000000000000081b74e40f40e982cb379ec7862f10762d7f88bfe1d7f25 1,475 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.31 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: 659.14 GB
    • Received: 14.59 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.