Loading Tool

Explorer IconExplorer

Memory Pool

28,139 transactions
27.36 vMB
0.07188628 BTC
Random Selection Loading Transactions
Max Size: 132.01/200 MB

Candidate Block

Mining Attempt 1d493eff856bc76b1d107c63916b3b5725c40dca7c759e19db75572245e3a12e
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 8ce9ae3c51b230b0b07e5e6c42b375eb1a65f6df07f2cf7522868208c8371a6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,156
Size: 1.00 vMB
Total Fees: 0.01997482 BTC
Feerates: 79.73 > 2.00 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (464,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,675 449,675 000000000000000000fffc7a40bd497dc7701d2b72dfe2e766817326299eefcc 2,526 1.00/1.00 vMB 89
449,674 449,674 000000000000000000f9d904fa71e14dbf2554abaabfd224039fffe27f1cf41e 2,545 1.00/1.00 vMB 102
449,673 449,673 00000000000000000286600dfa0d679ec028e0e26e27197f1dc972a1f56118de 2,559 1.00/1.00 vMB 73
449,672 449,672 00000000000000000241d8be206a6ca9d624a451a9869eb638911c91d1dcf55b 2,657 1.00/1.00 vMB 74
449,671 449,671 0000000000000000018c98f3b7bc114e336797291c93def85c9d5f304402e8c4 2,585 1.00/1.00 vMB 85
449,670 449,670 000000000000000000951f3ced2e2800294ee9b08fe1d8e92a1ef99418842750 848 0.30/1.00 vMB 129
449,669 449,669 0000000000000000020a87560c631f0d0e7927d27f34689f3a5df73af0df0d3c 2,097 1.00/1.00 vMB 83
449,668 449,668 000000000000000001a4e52b58546e04ea218cb071e725f708f46c2e801caea4 2,527 1.00/1.00 vMB 101
449,667 449,667 00000000000000000128cf0e173a8767e85e4ff3f9e7705e609f32825800c8cc 1,970 0.75/1.00 vMB 88
449,666 449,666 0000000000000000016b89682e3f8ac4beb22eb2d02cba6ecbdf30b30b626033 2,961 1.00/1.00 vMB 73
449,665 449,665 000000000000000001d897eb8df617e0eac4a45f6f6cd7dae5d3210686e86738 2,039 1.00/1.00 vMB 93
449,664 449,664 0000000000000000007e7248551dd453152b5a867210f4646e9ca53140b608d6 2,057 1.00/1.00 vMB 108
449,663 449,663 0000000000000000021b3623d18d975201bc73797d017ccf3ab3add8d2df1fcb 3,015 1.00/1.00 vMB 109
449,662 449,662 00000000000000000046bf8ad65d8fa12a2927813c403cf3629e43ad0ce61950 2,479 1.00/1.00 vMB 75
449,661 449,661 0000000000000000016812f5ae7eeb5561e6a573308ca65e9d54d0ddbe27bc56 2,629 1.00/1.00 vMB 79
449,660 449,660 000000000000000002505c6e6cefd930cbe1c4a3d626e58aaaef0f2e130153c0 2,398 1.00/1.00 vMB 111
449,659 449,659 000000000000000000a26864de375fe086c088ee3831d366e075f57feb380343 1,952 1.00/1.00 vMB 66
449,658 449,658 000000000000000001a66dc4716b118b127e576e5514666312c66e56e9eda410 2,794 1.00/1.00 vMB 93
449,657 449,657 00000000000000000015f627cd5dcdc3733b355756e5de55601c05d944384a58 2,471 1.00/1.00 vMB 101
449,656 449,656 000000000000000000e5fe89d506b3de1f1742ff2367f2ecf65d4b2405fa0c37 2,382 1.00/1.00 vMB 90
449,655 449,655 00000000000000000256bd4c332a08f0dc3ef44305bf7c7eed5b263c37290f9a 2,191 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.95 GB
    • Received: 10.94 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.