Loading Tool

Explorer IconExplorer

Memory Pool

52,751 transactions
29.26 vMB
0.09573560 BTC
Random Selection Loading Transactions
Max Size: 156.26/200 MB

Candidate Block

Mining Attempt 0d439a088c05b25f540ace78dfd9767f38bdb499c346aa9de54f34fa39df6745
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root a17a96485a01b75bae7907347dcced929c12922e4c52bf2e5a1598e3035267cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,446
Size: 1.00 vMB
Total Fees: 0.03370364 BTC
Feerates: 100.66 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (62,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,633 852,633 0000000000000000000243b51786e6e852cf7e4eb41ae2b7430e1a713b1323f2 3,421 1.00/1.00 vMB 15
852,632 852,632 00000000000000000000ff97f074eff15f84146fbb83008bea2b3aa1c8773114 2,793 1.00/1.00 vMB 9
852,631 852,631 00000000000000000001b22de22573f6284338dcc661c19bfa4f6ef3f8a24127 3,567 1.00/1.00 vMB 11
852,630 852,630 0000000000000000000321a4c4f3b5dc6db9424fea0bdd63d5b2de2d200cd7b9 2,267 1.00/1.00 vMB 10
852,629 852,629 0000000000000000000111d7f65a908d8ec61c7dae3f3857a41a2b4d5971289e 3,811 1.00/1.00 vMB 11
852,628 852,628 000000000000000000023f07b4d84e128b42cb31b8c4da038ab24170f9191680 2,714 1.00/1.00 vMB 18
852,627 852,627 000000000000000000012450798c76ae5bf7342cb52cb81e97c1f7716a20d2c7 2,554 1.00/1.00 vMB 10
852,626 852,626 0000000000000000000230ad77a1ee11e17453b1006fe007a933f29fba2f2a0f 3,208 1.00/1.00 vMB 18
852,625 852,625 00000000000000000002cae96b7ca4ab923189f9270f087002a8eef69be7211b 4,099 1.00/1.00 vMB 15
852,624 852,624 0000000000000000000108681b9c0dbcefb47c3721053df2df0bef6f27ee6608 3,543 1.00/1.00 vMB 21
852,623 852,623 0000000000000000000056f62e5375f64a269dd9949dfd60a02da67935b30838 5,905 1.00/1.00 vMB 13
852,622 852,622 0000000000000000000331ae5dcdf66288ac914ad055293ffdf9fe06c6d19010 6,138 1.00/1.00 vMB 14
852,621 852,621 0000000000000000000168ef0f3abe9b72e39aa722a38602676237df347ecf07 5,323 1.00/1.00 vMB 18
852,620 852,620 000000000000000000027a8eb6c38d352726f636efb202314f4ad4b17e8b2b17 3,733 1.00/1.00 vMB 10
852,619 852,619 00000000000000000001b4956e105fdd82b84f09c2214a78ccc3d948bfbfcbc5 4,198 1.00/1.00 vMB 13
852,618 852,618 00000000000000000000967d0559f666a3efffd0e6e16aee4fd5de514b1083f2 3,678 1.00/1.00 vMB 10
852,617 852,617 000000000000000000017d333cd0678d8ef717fde0184197d7df48a859984c6a 3,333 1.00/1.00 vMB 20
852,616 852,616 000000000000000000031cfbef34ca7464def33d4a389bcb4a3d17fd972a254f 2,694 1.00/1.00 vMB 6
852,615 852,615 00000000000000000000062b3669fd4d9d0b99f5694f55cb448ce69151c29ae0 2,583 1.00/1.00 vMB 12
852,614 852,614 00000000000000000001ac5b72f922530dd807f732634ce6f05453d836d60ba6 3,884 1.00/1.00 vMB 9
852,613 852,613 000000000000000000017a93548ebb2ef545fbec1dc03a2cba94720d11318b08 3,100 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.29 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: 657.06 GB
    • Received: 14.47 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.