Loading Tool

Explorer IconExplorer

Memory Pool

42,075 transactions
26.65 vMB
0.08118061 BTC
Random Selection Loading Transactions
Max Size: 139.98/200 MB

Candidate Block

Mining Attempt 43ed99757f132d9742ef10e1f5ba91dc5dd11b5399395b35314d8ca0f7739192
Version 20000000
Previous Block 000000000000000000013b59fa3af0e2030ce23b6bd3110718452b322094879b
Merkle Root 2a5fe2abd989b4ec88a7bbecbb450121aa7a429443790ba63187feb44a750a8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,692
Size: 1.00 vMB
Total Fees: 0.03199374 BTC
Feerates: 101.66 > 3.21 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,910 (732,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,217 182,217 000000000000097c28263fe2b8e2efa5386d72e4b959ed13bb982c544ce7437c 136 0.05/1.00 vMB 51
182,216 182,216 000000000000087a867dd85d30721bed618ff3384cfb4fd92f8ff275f52de1cd 131 0.05/1.00 vMB 160
182,215 182,215 00000000000003d0b8dc40b88dc6405dd5a70ca121a7040c11d47d92a1b2db1e 128 0.07/1.00 vMB 38
182,214 182,214 00000000000006793b341f481e133347303229a13b973ec3a0cd55cf7f1f2168 204 0.10/1.00 vMB 115
182,213 182,213 000000000000083834bdee70c5c993c8f09f34ddb17a20a51c942f4f4154d399 131 0.05/1.00 vMB 93
182,212 182,212 000000000000085f1f56742b738d1b94c09a62482a3890862988d53cbe331290 144 0.08/1.00 vMB 153
182,211 182,211 00000000000007acee5846a29f738070339f70376f76e2b3b231b0a5fc9ed8ee 150 0.05/1.00 vMB 114
182,210 182,210 0000000000000a58a5e94f50134de6237c5f954e5a08ae84da9209f2f42aed30 244 0.14/1.00 vMB 121
182,209 182,209 0000000000000015e35ea031e2ae82dd0be38fdcc353b22ee50bb51b72f232df 630 0.28/1.00 vMB 110
182,208 182,208 000000000000077ab024d4ddcf54b3fdde1ec9ac21a3acf2c9e4d2001a029f01 310 0.14/1.00 vMB 140
182,207 182,207 00000000000004dff1b6e1b2da5ab30c39684d4cddba2fd3c2fa85adea648616 136 0.05/1.00 vMB 260
182,206 182,206 0000000000000a72f378a974c24ced8fea22941e7774b7344af86ab306083a98 10 0.00/1.00 vMB 15
182,205 182,205 0000000000000715dce6b085c6c4f815b6a5edb8fc2b8ad30e08ed74a4c4d69b 146 0.07/1.00 vMB 210
182,204 182,204 00000000000004d1f7260a272db163f2094295e563a277d6da6339daa074ee44 32 0.02/1.00 vMB 24
182,203 182,203 00000000000009ac95567e8142f11b6d10d92ae0581ef086f795e3a8c00a38ca 452 0.16/1.00 vMB 121
182,202 182,202 00000000000001e3e536ee1fe12134859a9a8d9ece9e0d3b3464083b0f71cedb 128 0.05/1.00 vMB 86
182,201 182,201 00000000000005816c93f7fe9500780a426cf130f547d40b5c479cff3723bf83 375 0.25/1.00 vMB 173
182,200 182,200 0000000000000873b6cd618f4d5d2e301f38d9a6ff1104644c2df07df6a779a2 62 0.03/1.00 vMB 662
182,199 182,199 00000000000004a5e0e06d132afadbacca8c922f64fefc5494948ffd0ebdae33 395 0.16/1.00 vMB 134
182,198 182,198 00000000000009dc6455dedc1e4163d27bae41692cbb1f30098a0cd447af54e8 122 0.05/1.00 vMB 182
182,197 182,197 000000000000009f0c3d6249bac5a20246160793665c7f4b7a94c1cfd4dd22ff 135 0.05/1.00 vMB 107
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: 654.89 GB
    • Received: 14.21 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.