Loading Tool

Explorer IconExplorer

Memory Pool

46,002 transactions
28.05 vMB
0.09472314 BTC
Random Selection Loading Transactions
Max Size: 147.43/200 MB

Candidate Block

Mining Attempt 891c7e019654b27f30cc2dec76e17e8f3f854b4667333f7b9a99c98655a62c48
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root af47a3246385b9a3d2b4005fca7f3a39f79f2db49c5f95997b54014b9506c843
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.03816151 BTC
Feerates: 197.49 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (112,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,031 802,031 000000000000000000022d66f7897021eaafa6ef027fb6f63abc9caaf58923b4 3,856 1.00/1.00 vMB 7
802,030 802,030 00000000000000000002803daeb272fe90e1010c6ec5f23b854031e2c5e04908 5,131 1.00/1.00 vMB 6
802,029 802,029 00000000000000000003d499570e27e8f69777aa118f3f3f1975d06d184f40db 2,815 1.00/1.00 vMB 13
802,028 802,028 000000000000000000004fd3a7616750ea3e63dec0d9c13103786f038a904a4a 1,927 1.00/1.00 vMB 8
802,027 802,027 00000000000000000000478b727a15f802788eb96330a76bdb3663a627cac5a3 3,187 1.00/1.00 vMB 16
802,026 802,026 000000000000000000028f2b5031c88817e4b099c569bbba2389e92603acf149 2,816 1.00/1.00 vMB 11
802,025 802,025 00000000000000000001a5ed02fded414400be7e2c33038d715e19c412c5f0f8 3,782 1.00/1.00 vMB 13
802,024 802,024 0000000000000000000079c3c76087a82887a338d9280f37a58bdcaa74b14c36 2,529 1.00/1.00 vMB 19
802,023 802,023 0000000000000000000210b45cc9559bbd5c46d0a31973234f3b908028beaea4 6,782 1.00/1.00 vMB 6
802,022 802,022 000000000000000000030557fb906a74e670f9309455989f585dc4fddc500de5 4,911 1.00/1.00 vMB 7
802,021 802,021 00000000000000000003aedbbd1d1cd716f4c40e6b06342d52b0afed924e2b87 2,667 1.00/1.00 vMB 7
802,020 802,020 000000000000000000025f2d9393691b43b5f28d46a00d61c27b8606328a0b37 3,664 1.00/1.00 vMB 12
802,019 802,019 000000000000000000008ea34e8731eba17be3708b2e1c0317ccade31e332eef 2,576 1.00/1.00 vMB 9
802,018 802,018 000000000000000000012e4ba112340ee761713309f1aaf9cf281a21110f67b1 2,815 1.00/1.00 vMB 9
802,017 802,017 000000000000000000024a2945e4f63d186e6f458ffed00b703c914d8199a931 2,196 1.00/1.00 vMB 14
802,016 802,016 0000000000000000000179bedca3a71dbc4d89e090bb819a18e216bb777c627d 3,117 1.00/1.00 vMB 12
802,015 802,015 000000000000000000045ad19faed4400a4b7f9c1b962e1da3f46f3a0ecd75a6 2,996 1.00/1.00 vMB 7
802,014 802,014 00000000000000000004a1537f4977d0b8f9e463589493e6312b54e715593a80 2,835 1.00/1.00 vMB 12
802,013 802,013 00000000000000000000ddca84dde75b2c5dc9b5c45f5fb7728385cb4bbef842 4,717 1.00/1.00 vMB 8
802,012 802,012 0000000000000000000481f1aabb5edc1244373a9b3019ee89481df166c9e1f0 4,977 1.00/1.00 vMB 7
802,011 802,011 0000000000000000000165648d2c3d596ce67f03fc7f8af35a4f47f650612d0f 5,014 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.23 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: 655.05 GB
    • Received: 14.24 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.