Loading Tool

Explorer IconExplorer

Memory Pool

39,901 transactions
18.80 vMB
0.17979766 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.19/200 MB

Candidate Block

Mining Attempt fefdfa71301fa6a3450983a9c799ed482e0eed13dc04e6c8d7a0fdeb6df1902e
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root 57c0af6f3ec3c3172b8b9a962e7106a827cef88a5db8e3f80fb54eabd3c441c6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.05197828 BTC
Median Feerate: 4.82 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (746,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,986 166,986 00000000000004ac81b375e06a9f1a9845ad34bda70bfc7e5a7c1c739c8f52ad 72 0.03 vMB 87
166,985 166,985 00000000000006d8806a9b40c53b274ca01c9a6006946b610f2005b0e77710d2 32 0.01 vMB 347
166,984 166,984 000000000000041bd7cb486229b347f9a25a875ebb109e1a43dad12d8527bc67 51 0.02 vMB 142
166,983 166,983 00000000000002861732dfec1e1c14b015be868204c4161d9cedfaef55dbf60e 83 0.05 vMB 91
166,982 166,982 0000000000000bcfca410f8cb58c9fdeef34ab84438c6b034e9ffd1f5c3dd705 8 0.00 vMB 149
166,981 166,981 0000000000000bedb877c33611c215f08a8b0e7f734780cf71a50f261c5e4af8 120 0.05 vMB 129
166,980 166,980 00000000000005d13d9f51d2399bc32882bd69bcd39f5420f33217bf3021ccb8 1 0.00 vMB 0
166,979 166,979 0000000000000a8366625c296b354eb6434d2d81d366834a223496badf2fe414 31 0.01 vMB 37
166,978 166,978 000000000000076b318fd56c083b79eb6440ae2ed8b945c1c82e4ea1a5f2e7c4 102 0.03 vMB 48
166,977 166,977 00000000000003ac565bd541075a955c9a56d38dd3c02be9a533e1bdcff184d5 1 0.00 vMB 0
166,976 166,976 0000000000000b82bfe21b656d7c12f6a5fdd572f339ff3ba340db2324bb52b5 5 0.00 vMB 0
166,975 166,975 00000000000003a4b4fb577e4d6b10e6dbcec27311eafcc6d21dbe7f1fe6b3f3 34 0.01 vMB 17
166,974 166,974 0000000000000523bda11e35b9ba4ec9a1a91f106dc90e8537c013e8e91fe341 77 0.06 vMB 135
166,973 166,973 00000000000005321da465bba2fbe1c247302b944363c8c7d7a707d9b2f50a64 144 0.04 vMB 0
166,972 166,972 0000000000000852de77f500c65d3f8a60fb839f0fe93da23cb64bc44f6fbba8 93 0.05 vMB 6,441
166,971 166,971 00000000000002bea0584aecb650cc749b6c87714d3e97f2ba4aaf3c2ee2c139 68 0.04 vMB 366
166,970 166,970 0000000000000b063c7f2a3b2aed5d5a17da9b048f44b7c659c9cecfd3227f7e 136 0.05 vMB 115
166,969 166,969 00000000000002f59318e6ddcd88cac44adf485eda7d501a974d536b4a163dac 136 0.05 vMB 1,160
166,968 166,968 00000000000008857f66e894be9007e6faa7bea994ebe372779f83cc0f4d9efc 112 0.05 vMB 105
166,967 166,967 000000000000041d02bbf541b61603d9d5eb4bf89dac224a70a97a103dd8045a 112 0.05 vMB 30
166,966 166,966 00000000000007eaeaefaf88bc9c055011e3f71df490556df289545f891421e0 233 0.15 vMB 399
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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