Loading Tool

Explorer IconExplorer

Memory Pool

38,654 transactions
28.48 vMB
0.06717995 BTC
Random Selection Loading Transactions
Max Size: 144.19/200 MB

Candidate Block

Mining Attempt c6aca48039d2a6bfa28e193c576285a8faf23bcb1726b7a750f204299289cc10
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 164f150b6ed6e97b2084f0d8e4d3979af3e71e0a8dc18d6ea8ac3bbd4e08f30e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.01215182 BTC
Feerates: 105.82 > 1.22 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (804,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,224 110,224 0000000000018390658dd1b8a35fba1428500d07d9ecc449acbd58c75e4d6d7a 11 0.00/1.00 vMB 0
110,223 110,223 0000000000006d54dedaaaebac5055a9779b7aeb05e7869929a46f3728042e4c 10 0.01/1.00 vMB 0
110,222 110,222 0000000000005159beef001c9d9b3872c67786678f99c628df2ee0841e6862e5 9 0.00/1.00 vMB 690
110,221 110,221 0000000000009eb030b558e14b5340c7e5c31e7637c82fe24e1b8859b686fb4f 2 0.00/1.00 vMB 0
110,220 110,220 0000000000009420dcad335feb564917d8e7364066a2a64eeb583daefc28a112 80 0.02/1.00 vMB 0
110,219 110,219 000000000001c2fd298a67bff2d434340ea505f45dd063fc18044ff784f5e202 17 0.00/1.00 vMB 0
110,218 110,218 0000000000010268267b3d176aff77d6f9418575e934657db583af7e2c762f1f 1 0.00/1.00 vMB 0
110,217 110,217 0000000000009954564c446083104a4a8a3ccbd7884f2d4527921a921e303285 4 0.00/1.00 vMB 0
110,216 110,216 0000000000002c8018041607a0a8c0d43016e5d1734dfc41da566648f020db7f 7 0.00/1.00 vMB 0
110,215 110,215 000000000001664a9938b48d991478d716bfd2495c53a8fed98d6bca275cd66f 1 0.00/1.00 vMB 0
110,214 110,214 000000000001c19b1d9222591c46f4f2a034d923c9435c50ebc8069bc4d83ed6 4 0.00/1.00 vMB 0
110,213 110,213 0000000000016f77fd9b50e01d953a5e1a6e13e14d40d3b6f284613d0308d902 80 0.02/1.00 vMB 0
110,212 110,212 0000000000007ce7a4de94df44ccf934feef4ede0e380983bbf4fedce67bf9c5 12 0.00/1.00 vMB 0
110,211 110,211 00000000000065830a7861568d2edf3951f9a5d052b34591f7adfe8f5b019f0d 13 0.00/1.00 vMB 0
110,210 110,210 000000000000a21cd1c395134807571a18442a03d7ec65fac6b7484125db2132 11 0.00/1.00 vMB 0
110,209 110,209 000000000001511bceff530d965cbca45a6b95831345f1e71169fb9bd51040f9 12 0.01/1.00 vMB 0
110,208 110,208 000000000001189405627063ba3047dafea267477c1776e4fe6aa512a8b7c748 12 0.00/1.00 vMB 0
110,207 110,207 00000000000185c31ec4e0ae88b00d4bfd429557bf5193da3a89635049163e1a 12 0.00/1.00 vMB 0
110,206 110,206 0000000000014b91be7a3660e256853ff21fa15f03481d1f3b5726411cfe3cc8 13 0.00/1.00 vMB 0
110,205 110,205 0000000000008039c2ae3cea78f63b8dd0a74057424d08098447e0cfb62e1c7e 8 0.00/1.00 vMB 0
110,204 110,204 00000000000153544340de67fdb9a67d5f8fa5bc5d77f2a9b4716531fcfa5e5d 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.60 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: 623.59 GB
    • Received: 11.46 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.