Loading Tool

Explorer IconExplorer

Memory Pool

44,790 transactions
27.31 vMB
0.08026140 BTC
Random Selection Loading Transactions
Max Size: 144.24/200 MB

Candidate Block

Mining Attempt ac2c798b5987c87408eaf239c566b83f8ca950d29752072b95646ec2aaaa4a5f
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 44a2057444faa8a5580d2aff536ef61ff57246671905f658a0da642a17665955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.02937382 BTC
Feerates: 200.83 > 2.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (444,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,214 470,214 00000000000000000047c9303e2168fbe6f5ea89363382d530da17514ff22286 2,357 0.99/1.00 vMB 387
470,213 470,213 0000000000000000004f349c90fa17c65f4a3e7ce937668a5d3d32cc950dcfb2 1,712 1.00/1.00 vMB 239
470,212 470,212 000000000000000000385dbed1e01c3fb55aa4df0c7f7c21b39f198b7d8f201f 2,029 1.00/1.00 vMB 422
470,211 470,211 000000000000000000d2661dc300deca5f3b86e380df23432642ba72687466f3 2,047 1.00/1.00 vMB 383
470,210 470,210 000000000000000000b6e8427fdda476cedf4658b4847aa7eeb87a89e19fdbba 1,797 1.00/1.00 vMB 320
470,209 470,209 000000000000000001252d6eea89b3b8fd7b1f54a9cae4bc93dc220d3c178c86 1,972 1.00/1.00 vMB 385
470,208 470,208 0000000000000000001bda489886d11f48ac6af729b945cc8d096ef9ef12a494 1,616 1.00/1.00 vMB 326
470,207 470,207 00000000000000000181d5fa627010697d2bc73b3f2791526433810dc0c8b380 1,950 1.00/1.00 vMB 194
470,206 470,206 000000000000000001564b3e9390cf6e0d75918b5f78fecaacd6459caa5b51b1 214 0.10/1.00 vMB 392
470,205 470,205 000000000000000000abeb24fd9b619eb0b307aee602c8439f04ea192b393fa2 2,516 1.00/1.00 vMB 436
470,204 470,204 0000000000000000018c3db067220d5c3cfca4d422f2fcd9e836cacdf823e103 1,579 1.00/1.00 vMB 300
470,203 470,203 000000000000000000f47f29c0d4149950dfa9e3f9f7b3877688bccd67793466 1,337 1.00/1.00 vMB 128
470,202 470,202 000000000000000000c24f1681a63445eceb28d2a9f3b8fae91ed044f5c8abae 2,297 1.00/1.00 vMB 357
470,201 470,201 000000000000000001103ab736e4fba99fd9d4b35723db44c0f82f883041aa7d 1,875 0.99/1.00 vMB 414
470,200 470,200 00000000000000000148703856b6555ebd398aed4d5ee53c97d087318785cd58 2,027 1.00/1.00 vMB 163
470,199 470,199 000000000000000001419e37df26cc42bcde3c44ae68434dce917d8f72694fd3 1,764 1.00/1.00 vMB 252
470,198 470,198 0000000000000000017cdde53f84089150b58f60a12484312ca95925d76538b7 1,850 1.00/1.00 vMB 225
470,197 470,197 000000000000000000fdd3557e0e3c765ca1d94a707aab13aaaa378476f1b7fc 2,314 1.00/1.00 vMB 241
470,196 470,196 0000000000000000005db5821df9ca908a2cc6fb87430385081c1ec3c2d4485f 2,150 1.00/1.00 vMB 429
470,195 470,195 000000000000000000ecc40b92c3c23167cd5cbc9edc62e3f1cd854b6c45c7a9 2,007 1.00/1.00 vMB 198
470,194 470,194 000000000000000000a97b0751ebdd6655ee414862f24d9f6648d27a6894cf55 2,358 1.00/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 782.03 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: 650.41 GB
    • Received: 13.28 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.