Loading Tool

Explorer IconExplorer

Memory Pool

37,362 transactions
15.24 vMB
0.10029945 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.41/200 MB

Candidate Block

Mining Attempt 2dbbb03abd0d04c182ea9d5e0404755292b7b932ccedb25e6ac513350792a98b
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 3852cbd24100182ddfaf4959c2a9dc03705014e13f0e9d6fb93adf2cd223cb8b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,554
Size: 1.00 vMB
Total Fees: 0.04619724 BTC
Median Feerate: 3.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (752,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,829 160,829 0000000000000710a8907097f44a484f9a1e821cd5c660cd4642cdb9f505b63d 19 0.01 vMB 170
160,828 160,828 00000000000007f65edca99ef9fe13cf192b77f1228df5a685dac5c76b0b3ad8 68 0.03 vMB 68
160,827 160,827 0000000000000619178ea1f178ee84de793c08cac0ea3fce41404b84c362a693 29 0.02 vMB 219
160,826 160,826 0000000000000daab37fa5262eb33707b0596e396afcd463a982c69212baca57 8 0.00 vMB 70
160,825 160,825 00000000000002343aa86ea113ca94419cecae9249de64e99c43245885a4bd93 20 0.01 vMB 205
160,824 160,824 000000000000093ee7f709d4bcd89a2b46f0fa911c7c19691001b78be328b564 9 0.00 vMB 34
160,823 160,823 00000000000002955c94fa0a1507a3f2bd240694515dc754a87c33574c83bfd0 18 0.01 vMB 209
160,822 160,822 0000000000000b31ce216cc2c82656cb8c2840ad1ce2e7c81ed8bee8aa76a702 43 0.02 vMB 36
160,821 160,821 000000000000009ec1429f4005834487ebf05021b50f442a04791aa61a491048 45 0.03 vMB 12
160,820 160,820 0000000000000d3678a56f6cc1c5a560f359e468db906564c659349794366d16 23 0.04 vMB 923
160,819 160,819 00000000000001f2097c4d469ad11d336e96af18deb6eb1688f8b684b5d15343 28 0.04 vMB 493
160,818 160,818 00000000000006abb83ee32ecc1820926ce13705dea18295b7e2b381313f221d 23 0.01 vMB 24
160,817 160,817 0000000000000a9454082d6b1a6414926b3dc4f4febff753265c313b9dfe919c 4 0.00 vMB 129
160,816 160,816 00000000000005f983841a03e2e27a9603b2ae8c311407815009fda3770604d5 29 0.02 vMB 193
160,815 160,815 00000000000007bdb7c05b2b44e3695011816efb542a0b58e5732ba8e92b22e7 54 0.03 vMB 112
160,814 160,814 000000000000092ce8db4585ff5b9b180e06b1da97829c4be193f9d2206a3674 31 0.05 vMB 1,970
160,813 160,813 00000000000000079e7332be3bfc219febdd7c07397f1277329e579786cb487c 26 0.04 vMB 46
160,812 160,812 0000000000000377399cb1dc74edf6074ae6d3bee0d20d24ed6f9c1a41b1f7a3 30 0.02 vMB 162
160,811 160,811 0000000000000cb54525ffc5c6140b3e3425965185f910ec9ded02c242099e24 14 0.03 vMB 8
160,810 160,810 000000000000015e678874a7e8c054287942e24fa512b676635bc5e20fb4b603 7 0.01 vMB 29
160,809 160,809 0000000000000a82f78fa4728900a05f37bda2b6c2f5fa4ace8c46127eb4679d 61 0.05 vMB 48
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: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 149.16 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.