Loading Tool

Explorer IconExplorer

Memory Pool

78,421 transactions
29.64 vMB
0.11367323 BTC
Random Selection Loading Transactions
Max Size: 178.18/200 MB

Candidate Block

Mining Attempt 792dd36820f3d9a8553283494277acb5a74a3d10a2b32ca18d5be4fd00d54849
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root c7a6d7403fbd6250ecd695f39edec51767710356505d328f97fb2590269e53a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,763
Size: 1.00 vMB
Total Fees: 0.03395817 BTC
Feerates: 526.32 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (264,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,338 650,338 0000000000000000000e5d5d95eec5febc8ac44286d10469f7040c6a9866c3cb 2,156 1.00/1.00 vMB 28
650,337 650,337 0000000000000000000df6afb768d061fa1fab9b0909985e81012869f4481acf 1,701 1.00/1.00 vMB 15
650,336 650,336 00000000000000000008993769b3493ee2fef3f0c4e61bbdbb7b3bf2d5cf9f75 2,327 1.00/1.00 vMB 57
650,335 650,335 00000000000000000009b58c9933aa85bb84c40199e46ceebe0e4f819dbb9bee 1,008 0.52/1.00 vMB 23
650,334 650,334 0000000000000000000b6e9aa9a8d7879af3eaca84dffce37aa7f461f1655f13 1,207 0.47/1.00 vMB 30
650,333 650,333 00000000000000000004e60f9f30fd72fed14a0c9596a3d465b218d5f0512e89 2,422 1.00/1.00 vMB 25
650,332 650,332 00000000000000000001b0751f7f23f3719c0af9b8782c9e3568cc29448174c4 2,290 1.00/1.00 vMB 44
650,331 650,331 000000000000000000067832108cd4f103bd60a58a539f53ffa48dbda3ec54c7 1,478 0.81/1.00 vMB 12
650,330 650,330 00000000000000000008a12c7f037db51e496a2601cdc4884ea7402d32f47b45 2,276 1.00/1.00 vMB 22
650,329 650,329 000000000000000000087e2f22d1b93c5b215878615bc5c6fcd1d4d6ae9cc4ef 2,337 1.00/1.00 vMB 27
650,328 650,328 00000000000000000008ea75ba4a8b7c2e334fdcafa0396be726dafaebfefdbe 2,378 1.00/1.00 vMB 37
650,327 650,327 000000000000000000028de22c6073f22d5ce3659fc307125127dfbb720461ef 1,871 1.00/1.00 vMB 52
650,326 650,326 00000000000000000001cdfd8635108b051329e9afdd924c50e5aa34e46b1838 1,143 1.00/1.00 vMB 3
650,325 650,325 000000000000000000038973ac554e90636fae2995efa0d1725c00ac4e7dbc35 1,330 1.00/1.00 vMB 24
650,324 650,324 00000000000000000002adffdf46edf6437655c2e0e8b6d3d8279285290313a2 493 1.00/1.00 vMB 7
650,323 650,323 0000000000000000000791e44e774bc19c02845941d03a0bee0eee1aece51cfe 2,160 1.00/1.00 vMB 7
650,322 650,322 0000000000000000000bc6645adb2371e8c2db954e81de04b6446ffe3a26a4d7 1,971 1.00/1.00 vMB 15
650,321 650,321 00000000000000000007fa8575915d47556b4492bb644510c2258f28a4842d15 1,874 1.00/1.00 vMB 28
650,320 650,320 0000000000000000000e6d4f220a2cfe1b20ea4cf443b8d84f2178e623a18c83 2,839 1.00/1.00 vMB 45
650,319 650,319 000000000000000000006b6833281555b24f7600c73c0b5e54bfe1e5d6f9ec5a 2,446 1.00/1.00 vMB 70
650,318 650,318 000000000000000000065851289d68d8d4133d8d6c3054ee0d95777dcc183e9b 2,506 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.