Loading Tool

Explorer IconExplorer

Memory Pool

37,283 transactions
15.22 vMB
0.09939497 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 87.31/200 MB

Candidate Block

Mining Attempt eb336b7db9ecb851f2f634ef477a416acc40514b206bc2589f169aed7fb999b4
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 0de5aa8f75b271f205c5480e58c69754b6a74b1f778eabfa54ef4877e3c8a82c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.04554747 BTC
Median Feerate: 3.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (752,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,592 160,592 0000000000000cd4cd78388625eee83a884021bc367fe31a4df9f4e817bcf8ff 39 0.03 vMB 222
160,591 160,591 0000000000000786ad0ace1125c09e7b1665a652fd7b3d2c3aced40a30598002 85 0.04 vMB 199
160,590 160,590 000000000000012d3072af2d9f9e5ad823debd365dca8961c48bfc33cb4f38f1 37 0.02 vMB 247
160,589 160,589 0000000000000703c39f4d3e21cd67b508225aca20489309031a5ad0a00aa668 12 0.01 vMB 90
160,588 160,588 00000000000004c65bbabed05c953b672bd17130f27578cbeabdb3d533c60def 118 0.03 vMB 50
160,587 160,587 00000000000004f211a801764b132b89da3266d46d273f6990b50d918aa3780d 17 0.01 vMB 147
160,586 160,586 0000000000000d4d5c044e50d1a08cf32f18a4863b313108ba40c284b1efea7c 1 0.00 vMB 0
160,585 160,585 000000000000085b2aeaec3c16573505daba1d6d2dd652437c06a6f7311e52d2 23 0.01 vMB 93
160,584 160,584 0000000000000463d65e25cf335d6d999e61ca6f10539c981a020c10cfb22ecf 20 0.01 vMB 688
160,583 160,583 000000000000008de451337e087570be95c25944ea34713325e67af4dd24d686 12 0.00 vMB 219
160,582 160,582 0000000000000176a5baf58adc854b4a450e773bfe6efd89893ef2d1ea35ed95 50 0.01 vMB 88
160,581 160,581 0000000000000c2645cd494346cf0d9d0970b23d736f5474bde07b8045d6cbd0 33 0.02 vMB 300
160,580 160,580 00000000000004421e27f276d9e0cdfbedaf82ecf7a424316cb2db757f11f967 46 0.04 vMB 102
160,579 160,579 0000000000000163ac36e22987d7a1ebec1c77935277b135a2d7b8c6902147da 7 0.00 vMB 19
160,578 160,578 0000000000000495e9e457dc6071e5fecd73d8d60387a8046f52f4c469271933 51 0.02 vMB 409
160,577 160,577 000000000000058c6055004ed8e7faee1e67d4a1882918f93a704547e989c960 3 0.00 vMB 0
160,576 160,576 0000000000000afee980ba696b1fa4243c67a7298722a258fbbb7a2872ec475d 105 0.04 vMB 56
160,575 160,575 000000000000040e82ff7ea30365aba7a357a089a1e38826ca97f6c428085fd6 50 0.04 vMB 50
160,574 160,574 00000000000009d0d581d3776a729af9eefda573d4bc90040a1a5bb04eaadc41 81 0.02 vMB 4
160,573 160,573 000000000000074f910a5275db5c72f7ca184ed0add2b93dcd37276673e6b9ec 86 0.04 vMB 312
160,572 160,572 00000000000008802232ed42134d77a15ace7389aec142a1382494b7ec90e2ca 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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