Loading Tool

Explorer IconExplorer

Memory Pool

82,589 transactions
30.39 vMB
0.10498244 BTC
Random Selection Loading Transactions
Max Size: 183.21/200 MB

Candidate Block

Mining Attempt 46bf6ecbeb4188e4da4f8b2214815d919274d1bbfa6ea144c9ce740c89052075
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root d7581bc5de4773b7755922a383074058c5cc0361ff83932d26c5218b0796cc85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.04234204 BTC
Feerates: 526.32 > 4.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (521,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,457 393,457 000000000000000006479b1d342159d8602976ad70880d44efbd78ad4aa90aee 1,087 1.00/1.00 vMB 22
393,456 393,456 000000000000000005b94c8fdedcb5598fed7593f8eeabfcbdc9f61006ff20b6 1,293 0.99/1.00 vMB 25
393,455 393,455 0000000000000000060272947f0ff496acd6572a17603b606cb11aa2ff550c21 1,744 0.75/1.00 vMB 41
393,454 393,454 000000000000000007ad5749b5d5abff0f22e81fc6c8c5dc7899aab82f586f9d 2,099 0.93/1.00 vMB 34
393,453 393,453 000000000000000002c48ea082a59ceac0286d41a6220627e33cebf3ccdadb7c 1,586 0.75/1.00 vMB 39
393,452 393,452 000000000000000003c983a0e14c89f05a1a4f32a1254c08e0a0182dfca66e25 2,880 1.00/1.00 vMB 56
393,451 393,451 000000000000000001c9d05cc7762055903577f6bcd9b8c18a34bda34b77b080 1,497 0.93/1.00 vMB 20
393,450 393,450 00000000000000000130ae11e1339a5a5f4288a0b6116d77253061558a4b5416 2,810 0.95/1.00 vMB 59
393,449 393,449 000000000000000008060aa96648890b10b35030ff3217ab3e5c14b86b809a74 1,380 0.99/1.00 vMB 25
393,448 393,448 0000000000000000006945ccc391c0e25d1d567b1f35390019830e5dc5888e15 1,536 0.93/1.00 vMB 21
393,447 393,447 000000000000000001a0b091ddcd0cf09eac39a14fd586e9cf42e20a68e57028 2 0.00/1.00 vMB 0
393,446 393,446 0000000000000000028f802ffcb676e593e887c462eccef18ca544541eb45f45 2,364 0.99/1.00 vMB 60
393,445 393,445 000000000000000005eb4339252142050d4a1c0e4d3b0ac255d1a0b43d4a08be 2,307 1.00/1.00 vMB 28
393,444 393,444 000000000000000005183111ae30f7c5b69ebce76a187c7535457aaed67bd9d0 2,525 0.95/1.00 vMB 58
393,443 393,443 0000000000000000077138fa4ad44d06838b4d2812794b2335349f3fe5aadb7a 2,031 0.95/1.00 vMB 41
393,442 393,442 00000000000000000959be86b5f111d0ec83bcf5b1312c73d1f06bdeb5ddd2f7 1,449 0.93/1.00 vMB 31
393,441 393,441 0000000000000000082599be00bde6aca271d20c771542738343f3c940da7939 1,923 0.95/1.00 vMB 31
393,440 393,440 000000000000000002edbd1252e84813b7e7996a08612e8200ece886cb2246b8 1,785 0.75/1.00 vMB 41
393,439 393,439 000000000000000007711664242b20e9cdf247b4cbbece7e9d5fa36c4f8dd761 2,613 0.93/1.00 vMB 45
393,438 393,438 00000000000000000371380fd61a78ce78255c251178d577b45f627171e2b9e1 2,470 0.93/1.00 vMB 86
393,437 393,437 0000000000000000038ee60588e1ab275b2ff11cb8f4269fec711f1afd6f500d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.