Loading Tool

Explorer IconExplorer

Memory Pool

86,393 transactions
31.62 vMB
0.14666282 BTC
Random Selection Loading Transactions
Max Size: 190.69/200 MB

Candidate Block

Mining Attempt c40381e74528f95757cb3ebc2ba59bd12451fa795144d22bb50adc52e4cf4fdb
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7d9c4293fbb2373c55fa83ea0f6af3665ed49703447959d625e1efd635df2861
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.06471220 BTC
Feerates: 214.31 > 6.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (328,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,059 586,059 0000000000000000000bd139144dc3fe9a9723b884a8700afe9c77cf5a52e5c4 1,117 1.00/1.00 vMB 60
586,058 586,058 00000000000000000005fbf9ee82aeab4cc498c4e68bfcc56819cec800794fad 2,430 1.00/1.00 vMB 89
586,057 586,057 0000000000000000001a265a29577743dbd1e8b0c5f9cea8f8591bf7e28e89f1 459 1.00/1.00 vMB 56
586,056 586,056 00000000000000000017c4f492e846dd128153c0951011c0a4d5e18d3cd29ae2 1,714 1.00/1.00 vMB 65
586,055 586,055 0000000000000000001120b4ec0329a66e0aad77a614f3e8544789a6fae282b7 2,422 1.00/1.00 vMB 70
586,054 586,054 00000000000000000011734497133abc972e1b16fdc564b083c52497c1a028ea 2,904 1.00/1.00 vMB 70
586,053 586,053 00000000000000000004468f31227ec69eb49791e33e45ee342e03045b8a8592 2,616 1.00/1.00 vMB 70
586,052 586,052 0000000000000000000cdf06d7fd50ecb8f1ff22c045f7c5f1eaf135d1ea5869 2,237 1.00/1.00 vMB 111
586,051 586,051 00000000000000000009a247125b9cf5e04571b957e7cb6ac81887bf5b06197f 2,953 1.00/1.00 vMB 72
586,050 586,050 00000000000000000018026ce471b641aefd309917cd9bacad659df0eb171516 2,515 1.00/1.00 vMB 73
586,049 586,049 00000000000000000009c1f90a7c39ff8df76d47cb0a710c256b1d594389120e 2,911 1.00/1.00 vMB 69
586,048 586,048 00000000000000000009c62069e716d976a0c8a342f8418354d0093c5f1acd83 2,916 1.00/1.00 vMB 84
586,047 586,047 000000000000000000194318c2ab415e4984fff0de007fca12641fd7516b7102 2,543 1.00/1.00 vMB 83
586,046 586,046 000000000000000000047a18be2e4509c1f8e3d1dc10841c299362efe571adda 2,146 1.00/1.00 vMB 68
586,045 586,045 00000000000000000011c201341bac73f92577368a6b0d1216fa0c3c724cc19c 2,522 1.00/1.00 vMB 60
586,044 586,044 0000000000000000001cb0d69fb8d35b424668c0e199adb6c4b3b9d5c6bd6dfc 1,956 1.00/1.00 vMB 67
586,043 586,043 0000000000000000001963d5648ac072dadaab22e0bc2a6b65db84f344e7f156 2,480 1.00/1.00 vMB 75
586,042 586,042 00000000000000000016bf7e147eb2f026da6f8900c971b1cbf5a1a060d40666 866 1.00/1.00 vMB 56
586,041 586,041 00000000000000000001a9fae9412c3ba0d66072f9881e16b08519d25fde088c 2,360 1.00/1.00 vMB 65
586,040 586,040 0000000000000000000ac42b301403d9ad3e3f9ea8c1a87672978563d395f109 2,954 1.00/1.00 vMB 72
586,039 586,039 0000000000000000000a1c9e27e6db6e9d96fee972bfd177210f3684bebd00ad 3,146 1.00/1.00 vMB 98
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.71 GB
    • Received: 14.77 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.