Loading Tool

Explorer IconExplorer

Memory Pool

50,734 transactions
29.05 vMB
0.07374542 BTC
Random Selection Loading Transactions
Max Size: 156.90/200 MB

Candidate Block

Mining Attempt bb2b3f8644e7c4d9247e7cb4047d8ca0071143642580a0d78846b19330241e2f
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 1c3a5787b7bfe39fb694df3cfa224b2182ff00bd85eb27b4bafb4f2c6344aaa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,124
Size: 1.00 vMB
Total Fees: 0.01824424 BTC
Feerates: 173.90 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (572,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
342,251 342,251 000000000000000012f8f0a48fef0dd9a6e16521ed9233266108c21abe112370 295 0.16/1.00 vMB 23
342,250 342,250 000000000000000019fa0b788c67c541e40ce8de6028362f4c3aff591d8f1d87 76 0.03/1.00 vMB 26
342,249 342,249 0000000000000000029d5cbfe1ae10de93a8d5018669291fa11158a0a9e34447 644 0.41/1.00 vMB 21
342,248 342,248 000000000000000018e27ced426f68f4e218c32c9bb989a06341c78acaa445c3 260 0.12/1.00 vMB 25
342,247 342,247 000000000000000016b0ee5c601483f043ddf151e58c4bfd2996d142dcbc0d49 488 0.26/1.00 vMB 23
342,246 342,246 000000000000000010006ed7802aeab2be08d9c10482bfe50071a3266622263c 441 0.22/1.00 vMB 23
342,245 342,245 00000000000000000160468742c7803b0eaf61c79ed44e51bd2e1f6cd9bcdfce 164 0.11/1.00 vMB 22
342,244 342,244 000000000000000004894d5134255cd8e9c0816e12d52ec2f815a599d7d29172 169 0.08/1.00 vMB 24
342,243 342,243 000000000000000018cd48e1f6105cdeaa601d5a0f2e25ceb7c45e178efe8eec 249 0.22/1.00 vMB 13
342,242 342,242 000000000000000019ed5b613f7355bf6438d2aeb0061711c896c5aae37986d5 1,043 0.75/1.00 vMB 21
342,241 342,241 000000000000000014264ecca4cda6caaefec2a5d6d2211eab4aecb2f1e7e52c 836 0.25/1.00 vMB 45
342,240 342,240 00000000000000000e354b4ee426cd855fd6764f5717e01a7d083804560acd89 577 0.21/1.00 vMB 35
342,239 342,239 000000000000000008673d1925e8de6c2064df65e1a7d776f8a01052a8bc31e0 685 0.36/1.00 vMB 28
342,238 342,238 000000000000000001b0a2fc47cfcced024890175ec941be5fb6e4a7aefd855a 338 0.18/1.00 vMB 25
342,237 342,237 00000000000000001770992d57062ee7a6dff222ff9d86b6d33d3062c4e1f7e9 253 0.14/1.00 vMB 22
342,236 342,236 000000000000000002afa220f1433456ea203b667f1a557fa7beafd1ad7ec7d2 1,259 0.64/1.00 vMB 26
342,235 342,235 00000000000000000c9144590846eefba135f0a6f7b8c3bd44fe199c8b6c5229 130 0.04/1.00 vMB 31
342,234 342,234 0000000000000000000f00d2447cbc0935ebc09a1de336201723cd4ac0a4c746 145 0.09/1.00 vMB 8
342,233 342,233 000000000000000014b1dfe5677c12daadc554d338f0073b14a179dfaee44c2c 1,604 0.75/1.00 vMB 30
342,232 342,232 00000000000000001359fd3b38b59a42e492c4cc01ad9749f5ff2a4029988a3f 591 0.29/1.00 vMB 30
342,231 342,231 00000000000000001059aeeaa22bdc3ef4f8f1bd6a54b9fcfb1ccb4ea1da5efa 313 0.14/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.