Loading Tool

Explorer IconExplorer

Memory Pool

84,634 transactions
31.77 vMB
0.16364958 BTC
Random Selection Loading Transactions
Max Size: 189.15/200 MB

Candidate Block

Mining Attempt fa020bc475e4e0f0496bdb826344c601fbadaecbcf47b4af1653e84a075c2cd4
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root eea588178cc2a1eae45db17079a0f56bbac5fd0b0e975b777ffde1a766850f72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,136
Size: 1.00 vMB
Total Fees: 0.05188902 BTC
Feerates: 402.75 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (500,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,227 414,227 000000000000000004937d7cc2dc80583f7ae985bd43a59ad884f29da13ad35b 2,278 1.00/1.00 vMB 57
414,226 414,226 000000000000000002330511d5f9908a43ac4ee100e74d610ab6e60a28536975 2,598 1.00/1.00 vMB 84
414,225 414,225 0000000000000000045f8915f751fe45b0a7506ffb8f1fe932714a6b9a5223e1 1,897 1.00/1.00 vMB 46
414,224 414,224 000000000000000003cb82422bc2d9abefdff27a19854fa388f1fea18bf7e6d8 2,848 1.00/1.00 vMB 71
414,223 414,223 00000000000000000200ba43da0515b8d1faa2fb6e582891912b874b682162b1 927 0.80/1.00 vMB 26
414,222 414,222 0000000000000000057665a3d059d13b572595f7c16603afeaab253f115a0edb 1,260 0.98/1.00 vMB 24
414,221 414,221 000000000000000003d65eaf56f8309ee915773062da38c518894ed7d7e63f17 1,748 1.00/1.00 vMB 48
414,220 414,220 000000000000000001e01a4c31fe43fa3984d5aabb9267f26a4ea2b325ce2f26 2,005 1.00/1.00 vMB 35
414,219 414,219 000000000000000002e9b67762ce6e8f0c8a37327e79cfefa7f9573195c2663a 1,939 1.00/1.00 vMB 48
414,218 414,218 0000000000000000028f67a70b3172fa4207a91401a58871d77947bc1f9a7852 2,833 1.00/1.00 vMB 52
414,217 414,217 0000000000000000008c8ee509222e7223a932eb56579d3f8a6636a2f305b6d6 2,863 1.00/1.00 vMB 83
414,216 414,216 000000000000000005537c6b66cee4c7a3b26c7e848fedf171b2990d225a83e5 2,423 1.00/1.00 vMB 65
414,215 414,215 000000000000000000c7f84106e583c084190aeb74317b485fa5e070fdbcf173 1,505 1.00/1.00 vMB 33
414,214 414,214 0000000000000000017a7c9aec2caae9e73c0dad26ddbb5dcf4223b4d27bf930 2,558 1.00/1.00 vMB 61
414,213 414,213 0000000000000000021572546caec72c44746d3ddd5ae86b76323305a261ff4c 1,556 0.90/1.00 vMB 25
414,212 414,212 000000000000000002c77d0c3162417f4a080046f4aed4c766c0a01ab15e579c 1,997 0.75/1.00 vMB 73
414,211 414,211 0000000000000000041458f0383593a647ec1a6585901aa7c5361947b6a50c11 2,519 1.00/1.00 vMB 58
414,210 414,210 0000000000000000054dd86ba7cf4825ea8488057a417636ae1ecc2c9a1b24a9 499 0.31/1.00 vMB 30
414,209 414,209 000000000000000004018d316cacc60340d54989f8fc66c65ee4aad3c83c3260 2,172 1.00/1.00 vMB 50
414,208 414,208 000000000000000004e4e128359b68392c9fb5d8c0f6ed857f7ddff3b927042c 1,570 0.75/1.00 vMB 45
414,207 414,207 000000000000000000e37c887833a7cba3704525907f56fd59511b7c30af7b18 364 0.18/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

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