Loading Tool

Explorer IconExplorer

Memory Pool

46,107 transactions
30.57 vMB
0.09728285 BTC
Random Selection Loading Transactions
Max Size: 157.20/200 MB

Candidate Block

Mining Attempt a16a17653e318b5f2afa78ad0d11578518ab976003ee132ccfaa0018ff11fcf3
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 3c42cbe8edf55e035e742c483e53ef0cb84a98cddfc247086c17719c06ea5fbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,558
Size: 1.00 vMB
Total Fees: 0.03084048 BTC
Feerates: 100.29 > 3.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (448,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,718 465,718 000000000000000000f2ae120a88e327e0321cc5dfce8f97d226c571d19a7f89 1,864 1.00/1.00 vMB 138
465,717 465,717 0000000000000000006683585929b2c5e421b64c15b7ad1f2d7ad7f378fc3d17 2,124 1.00/1.00 vMB 188
465,716 465,716 0000000000000000000b6ea473cc2473001956fb1cfda7d4a3d8512559f12de8 2,453 1.00/1.00 vMB 227
465,715 465,715 000000000000000000e60843fc73b183218e7923006d7e5d4d753cfd30a03465 1,991 1.00/1.00 vMB 215
465,714 465,714 0000000000000000006fd22b7a9a83eb8e058639c7c0fb79461551864520a10b 1,597 1.00/1.00 vMB 153
465,713 465,713 00000000000000000162e905fa104a2577872f466b451515758c022cbb51a9c7 2,468 1.00/1.00 vMB 227
465,712 465,712 00000000000000000116744d292f8cfebc94823aa8946e5ed7855e9474429ec0 1,967 1.00/1.00 vMB 155
465,711 465,711 000000000000000001c7a3ade6fb4d37c113c341e654e89db07ef171757fc018 1,829 1.00/1.00 vMB 176
465,710 465,710 00000000000000000044e91749c0cd8e4d51296c7e13adbaee07b2c42f11740d 1,311 1.00/1.00 vMB 147
465,709 465,709 0000000000000000001e9c1e5b57165c68dd00f215653fcc0ccfebce9e17819a 2,198 1.00/1.00 vMB 186
465,708 465,708 000000000000000001d26c1dd3d49d4e24c1a437eea238a5fff2c19a1cee24b3 1,990 1.00/1.00 vMB 238
465,707 465,707 000000000000000000deb2e5a0eb7147e482888c75ae077b2f4b66d6980646a4 2,166 1.00/1.00 vMB 140
465,706 465,706 0000000000000000015f6864c72ac00f00322b4bfcf8b003500476d1206de83c 2,086 1.00/1.00 vMB 139
465,705 465,705 000000000000000001ece60dabda93be110fe96aaee9730c732bddec421e7f45 1,771 1.00/1.00 vMB 138
465,704 465,704 00000000000000000185a459673968a832a36cd90a843b12f8e9f94ae36d2d1b 2,150 1.00/1.00 vMB 148
465,703 465,703 00000000000000000088ef9828ff228c92c5df58967a95a6cc7127cef4fc3ad4 1,990 1.00/1.00 vMB 195
465,702 465,702 00000000000000000010fe24ee8e19f935e532d98afb7e5a9914c67164f45b08 2,449 1.00/1.00 vMB 224
465,701 465,701 000000000000000000c24cd0c1dd09333fe87c48e06fb6e1bcbe5aced71a3453 2,701 1.00/1.00 vMB 171
465,700 465,700 0000000000000000018eecd4765c5cbc348002f67b154869e082ebd93870e639 2,284 1.00/1.00 vMB 161
465,699 465,699 0000000000000000013e167fd6aed4c895bbcbd50640f8cdad1971b2f104b12d 2,279 1.00/1.00 vMB 206
465,698 465,698 0000000000000000017495df874b668dcf8e216861f3fcbb82a41405ad93a79b 1,064 0.36/1.00 vMB 271
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.68 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.