Loading Tool

Explorer IconExplorer

Memory Pool

11,829 transactions
10.22 vMB
0.04729518 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.75/200 MB

Candidate Block

Mining Attempt 4ad5ca34f60855d29a3ae7dd4a4fcc60a750d22ac70e76cce0d76130570f6644
Version 20000000
Previous Block 00000000000000000000786707c7185cfb38fe9a224c64bb9f67929ff2388934
Merkle Root ca109f1433447ba7f3464ff7a345d4e42c92bbcf5287f241b9f0f1ab55487219
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 0.9979995 1.00 vMB
Total Fees: 0.03044441 BTC
Feerates: 180.34 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,802 (751,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,807 161,807 00000000000007fa8bd7360485e2877e4c33e12696b054818b8c0bb7e9ec0a68 19 0.02/1.00 vMB 30
161,806 161,806 00000000000007b0cb6e68c79870d6f285d422d03fe20bc208ba271392962b75 32 0.02/1.00 vMB 49
161,805 161,805 00000000000003e9c537bbe762c30bd79a2f9981f842e7c2ac91364de1fed9b4 135 0.05/1.00 vMB 7
161,804 161,804 0000000000000d2b601f02fb1f04e9e4f24beeffddc5cbb3305bfbb4092a269b 80 0.09/1.00 vMB 108
161,803 161,803 000000000000063ddafaf86c70d05575c4e4d6936687d1e0ba109ae120525e67 6 0.00/1.00 vMB 16
161,802 161,802 00000000000006adcf1756e9856c1cbda635c76219409fa5db58b7cb469e06fa 71 0.03/1.00 vMB 159
161,801 161,801 0000000000000bb840ed84397f8b3b6c59d753bc785abb76263aa9bad4e1c2b9 36 0.01/1.00 vMB 427
161,800 161,800 0000000000000626a4ed7d6904773e16505566c6933d48e389054c4e779fac7e 27 0.01/1.00 vMB 328
161,799 161,799 0000000000000627266a6e4b4bf6424a149a4db882a1cb5019ab498334d145d1 4 0.00/1.00 vMB 88
161,798 161,798 00000000000005227c94a0f64b465c4a6ddaefc8085a42369978a87eec20d490 133 0.04/1.00 vMB 8
161,797 161,797 00000000000009701ab8eb53142139eba944d607a6478e471285bce1439c13bf 93 0.10/1.00 vMB 37,311
161,796 161,796 0000000000000967070c2ef26a2618173559e13deb153ac38a5149993e123e54 35 0.02/1.00 vMB 20
161,795 161,795 000000000000031ff82596b89661d6026f09d005f328c535813b76a617d2bffa 61 0.04/1.00 vMB 112
161,794 161,794 0000000000000ca743aed51ff6f2e80b7d5cf72ce53d25f8d34d72884a667c06 11 0.00/1.00 vMB 29
161,793 161,793 00000000000001c2e0aec3713b28af677e24c4b977308fdc483aac17f103a79b 39 0.02/1.00 vMB 176
161,792 161,792 00000000000004dfe8935f588a7aa7b829914fad5362a934cc7a710022f793e9 55 0.02/1.00 vMB 77
161,791 161,791 00000000000003cb38a9fad66b03f5675d854ee816d6788b64efc13f8149e3d7 11 0.00/1.00 vMB 180
161,790 161,790 000000000000059b37c5c0122275e4ad1d265e57e60049f81728dda6cc042ee2 23 0.02/1.00 vMB 37
161,789 161,789 00000000000006dfa1774fe1e63113ad13fb7d5085450bcdf7551d794fc90017 14 0.01/1.00 vMB 203
161,788 161,788 00000000000007519c3219819ff692ff3687a982de9072b292bdbd10404b8f98 46 0.02/1.00 vMB 167
161,787 161,787 0000000000000797fe73cdb3809eaf6cc96f9d89e33186e628dd8f1214943955 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.68 GB
    • Received: 4.37 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.