Loading Tool

Explorer IconExplorer

Memory Pool

77,307 transactions
29.06 vMB
0.10000213 BTC
Random Selection Loading Transactions
Max Size: 174.88/200 MB

Candidate Block

Mining Attempt 3f093bee6e64b7982a8960d2eaf7b2e0483d0932a6aaff5fcac218dcb5027624
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root bbb0bad59aecdb85920ffa32f3fd4350f0d23d36069f5bd78a70414dea89e09a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,398
Size: 1.00 vMB
Total Fees: 0.02641952 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (827,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,100 88,100 000000000018ae927be3c38a1d19f3e1a41e12de49d88c274931b24eb129d883 2 0.00/1.00 vMB 0
88,099 88,099 000000000009175ba414b49a219006b750839adf4d9cccf73d22c94165754ce7 4 0.00/1.00 vMB 0
88,098 88,098 00000000000cabdbba743cb0ea33cbafc5a1d9cbd2bbb2b90b0eb62d34528b8d 1 0.00/1.00 vMB 0
88,097 88,097 000000000014bd7114b8714985ed12e663bbab9fdf0f0401ac23a02147dbf9db 1 0.00/1.00 vMB 0
88,096 88,096 000000000012cc06ebc4b72e33129b240ec18c0d99ddfaac10cad2ada507ded6 5 0.00/1.00 vMB 0
88,095 88,095 0000000000059c59f153bd7c43f5ad9e64fdceb9a72d4b938ae25bce1b8279b8 3 0.00/1.00 vMB 0
88,094 88,094 00000000000084004f904a8f139ca19e8669174241217933f10b014af0e8190c 1 0.00/1.00 vMB 0
88,093 88,093 0000000000069e4cdc05a343a524117b30fc72414f43899e455e7fb6fd2b7f11 2 0.00/1.00 vMB 0
88,092 88,092 0000000000107f57f0f5ea81ce075d995763c1854b2f4f5b9ae3b3f7ec3efe75 7 0.00/1.00 vMB 0
88,091 88,091 00000000000f811263d6450e45286837b329496895e05f0062a8b61e627b9321 1 0.00/1.00 vMB 0
88,090 88,090 00000000000f43332b687765feeb92997ed786ca71ec7e4755ddbb06b94a0289 3 0.00/1.00 vMB 0
88,089 88,089 0000000000032ccbcdc507da333a543bd24e45b8aa7b7011a9aaf0fc92075250 1 0.00/1.00 vMB 0
88,088 88,088 0000000000115defb3c21512182113262a85e0b00cb33439d734f5744e7c13bb 1 0.00/1.00 vMB 0
88,087 88,087 0000000000144189b05359f4d2c3d3a5b1cd1aa1786281beb44681290d58ee2d 5 0.00/1.00 vMB 0
88,086 88,086 0000000000096c437e9a4cbbb7df3ccba3c5c78791593b7682a7795ee35d5a41 10 0.00/1.00 vMB 0
88,085 88,085 000000000017f5d3a7c8057c0816e7bada9575eb77a42aef9bd50e6385a51611 8 0.00/1.00 vMB 0
88,084 88,084 000000000011d6cae6be7c315d1656890b9734bea5d091921955833a04d5233c 1 0.00/1.00 vMB 0
88,083 88,083 000000000011ae023c6febff2d71d7c7e10c0ede1dcc51a04c8b84d6dc86a8ad 1 0.00/1.00 vMB 0
88,082 88,082 0000000000196886b0e7140583220ddb7f4f158a22867c3d8784f63e138b7369 1 0.00/1.00 vMB 0
88,081 88,081 000000000005a27a0299a35a21b001a4b9546a758deade7807833e50214e70c9 14 0.00/1.00 vMB 0
88,080 88,080 00000000001aa99d3498a9b8abfec312090224966089c1f991ef1cb94ee8c626 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.