Loading Tool

Explorer IconExplorer

Memory Pool

11,744 transactions
10.20 vMB
0.04582263 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.62/200 MB

Candidate Block

Mining Attempt 7c506016d68ca088622598e77818aee3c21e4f27f1adc8eb2583aa1072ac4ef4
Version 20000000
Previous Block 00000000000000000000786707c7185cfb38fe9a224c64bb9f67929ff2388934
Merkle Root e32c8af09b43e1ffac5dc525d22e2c24760dfdc6efde81df0ae94e39fda37581
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,573
Size: 0.9979955 1.00 vMB
Total Fees: 0.02919682 BTC
Feerates: 180.34 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,802 (751,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,811 161,811 0000000000000879d087c70a74373ef502248478b1e0389e6b2bb605f2e5cc4b 16 0.01/1.00 vMB 184
161,810 161,810 0000000000000a867fd7640b116be0e8fd437cf0bbae359b988c5d2f9cb4f878 75 0.03/1.00 vMB 37
161,809 161,809 00000000000002fc821dd0b813a09f657b0fc84c574c02430a83e7c5539770d8 15 0.01/1.00 vMB 108
161,808 161,808 000000000000043a7748e7df7ca0fd57fe2a548a2ffc53055febdc8462886c80 22 0.01/1.00 vMB 174
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
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.