Loading Tool

Explorer IconExplorer

Memory Pool

81,292 transactions
30.83 vMB
0.11188196 BTC
Random Selection Loading Transactions
Max Size: 187.20/200 MB

Candidate Block

Mining Attempt 82ae2d6f8b92f139cc2a9c602eb0a7512b809f36be96e1bbe314bd521185542b
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root fd7f88a3622bea432c67b256f3f0ae1ad6921af460498ec4dc92d4d995294ee9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03738520 BTC
Feerates: 318.30 > 3.75 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (474,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,347 441,347 000000000000000000495c65e0c0e95a389fc91b45b5f2d85bcd32c1071770e2 1,036 1.00/1.00 vMB 40
441,346 441,346 000000000000000001da31b4495c51b9e3c0fe534d77ac6b01eb5042cfd5d8a9 1,518 1.00/1.00 vMB 60
441,345 441,345 00000000000000000321ff1ce8bf26eeb1ad00b4493c34f64d0e24f087866201 805 1.00/1.00 vMB 36
441,344 441,344 00000000000000000364b3a18daf74b054c8a12f4b5adb752ada4c6f4542e1f9 2,446 1.00/1.00 vMB 62
441,343 441,343 0000000000000000008b23ad75ddaed2c2f48830e0192eaad4571722f0ae561e 1,859 1.00/1.00 vMB 39
441,342 441,342 00000000000000000223eba1f7e1b55468f78ac2ffc4d9d67efa46645712e379 2,088 1.00/1.00 vMB 64
441,341 441,341 00000000000000000037811542c2ca670af372dd43555c4d2dcb69744ab899be 2,568 1.00/1.00 vMB 86
441,340 441,340 000000000000000001278edb4d190b5d846641cefb1ebfe78e8369a9f1107ac9 2,262 1.00/1.00 vMB 77
441,339 441,339 000000000000000001f4840a9cc93cb949697f97969e1984f69f789385d00cd7 1 0.00/1.00 vMB 0
441,338 441,338 000000000000000002670ad664a90b8617c15e9902f360016bf334d6ec9e1c9f 1,158 1.00/1.00 vMB 63
441,337 441,337 0000000000000000038ffc6cb11daf4d0b43d4cffd9304cbfdab4d03204f6e4e 2,396 1.00/1.00 vMB 75
441,336 441,336 0000000000000000009f6835af762004f0d7ef0007b1cc2657f80966f4f8aa67 2,444 1.00/1.00 vMB 81
441,335 441,335 0000000000000000000a96bd9eb0d0a9d8b8416a54674c8b053d00f2505164ac 2,890 1.00/1.00 vMB 103
441,334 441,334 000000000000000001b5c19090e675097e05c882b8c1c6fe2f80a76fb198aa60 2,196 1.00/1.00 vMB 61
441,333 441,333 000000000000000000bbb812dc8afefe4ecbc16738e42f27ad0865e57e5bf708 904 1.00/1.00 vMB 51
441,332 441,332 00000000000000000147bff1befeaca29be708d638616fec0413382650bb1acf 1,416 1.00/1.00 vMB 46
441,331 441,331 00000000000000000381c70f298e4aab28b599312dfcc8eba6928322b80da5b7 2,404 1.00/1.00 vMB 58
441,330 441,330 00000000000000000205cda2eba7a00e20de552b2742e7a5b8b983a9ecaec675 2,031 1.00/1.00 vMB 49
441,329 441,329 000000000000000002d0d4b4c1c505bec3d5853b9bb660b035cd14ca05f16d16 2,607 1.00/1.00 vMB 82
441,328 441,328 0000000000000000007e39e0e87397f8fff2ac7098fc03a31eb8eb4a7e3bac1c 2,530 1.00/1.00 vMB 71
441,327 441,327 0000000000000000020fae164ad398b21dc9689f7415856cb37742de4812ce65 2,431 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.08 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: 721.67 GB
    • Received: 18.39 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.