Loading Tool

Explorer IconExplorer

Memory Pool

42,831 transactions
29.12 vMB
0.07663437 BTC
Random Selection Loading Transactions
Max Size: 149.78/200 MB

Candidate Block

Mining Attempt aabc095dc69496e02d885c5050bee05b354fca7e1d40f4f6d3f0e002acf5392d
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root f1888a874e6f44bd4a3d8c621242c3b647bb018ac6e4c62d6aadc10c79ee94e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.01966058 BTC
Feerates: 150.75 > 1.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (69,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,355 845,355 00000000000000000001ebb5f37072c22b4e3f27b70835e3271a8057440e0630 3,952 1.00/1.00 vMB 32
845,354 845,354 000000000000000000016ad874118e6244790d64493e69aab03ca94abf569dc3 5,477 1.00/1.00 vMB 49
845,353 845,353 0000000000000000000153dcb925b9768a667dc3a7e58f4aed3be1b0907695f6 6,252 1.00/1.00 vMB 68
845,352 845,352 00000000000000000000b2831ae9df554fff116c68e035140946d75d1f81b7da 5,328 1.00/1.00 vMB 13
845,351 845,351 000000000000000000026fefb38b6fd3f25ac38038cfec1f2451f28eaee0439c 4,552 1.00/1.00 vMB 13
845,350 845,350 000000000000000000013b92a101e1c2901f52cb2d49e92fb3c3ebd75ea45b67 3,781 1.00/1.00 vMB 18
845,349 845,349 0000000000000000000325d86f71ce6ad602f62c583b2f4f5362e19a75cdbf0e 6,181 1.00/1.00 vMB 10
845,348 845,348 0000000000000000000024cc47ed97a027a61180c6722e1b3910bb4c0c3a5a82 4,937 1.00/1.00 vMB 11
845,347 845,347 00000000000000000001c7c987f14d6dd304292723e57d7c89973816a1f92f35 3,130 1.00/1.00 vMB 17
845,346 845,346 0000000000000000000048c18e3918fdc1b5dbd563f65bb8f210e2631ae266c7 3,436 1.00/1.00 vMB 13
845,345 845,345 00000000000000000002c14b69937867e3db1b085877f086f2518c0cb75a29e6 3,500 1.00/1.00 vMB 11
845,344 845,344 000000000000000000016d17f3251ce9fdc3ed00f62da30d6ee6d74cc705e0f0 3,513 1.00/1.00 vMB 23
845,343 845,343 00000000000000000001de258f94ce24cf227e70467ba773b25b804af14e0ca2 2,814 1.00/1.00 vMB 13
845,342 845,342 00000000000000000002cc6d0854eb6052a01dca84f70fbcfd350eaf474cbca4 2,976 1.00/1.00 vMB 11
845,341 845,341 00000000000000000000cc2471efa94c44aa689e897d8d040d346baf3e00e9e4 3,194 1.00/1.00 vMB 16
845,340 845,340 00000000000000000001d586564e5119b84091880241620a6e51da6149ce4b83 3,111 1.00/1.00 vMB 14
845,339 845,339 000000000000000000029aec59ebaaccbe90c80605ec19b7bf21a28b8cffa56e 6,623 1.00/1.00 vMB 8
845,338 845,338 000000000000000000017c717fc32965f456b89668e834cb3ab4643b80acdcb8 2,727 1.00/1.00 vMB 11
845,337 845,337 000000000000000000009cccfc7ade8f4f3532ae2029110744705bab90fed8cd 4,896 1.00/1.00 vMB 9
845,336 845,336 00000000000000000000bdd478789bcd768a1886bbeff6ec51f88bde335788a8 3,838 1.00/1.00 vMB 12
845,335 845,335 00000000000000000000cbfa6073a16af9550db8a986b38eba236d431ce24df8 6,544 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.70 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: 629.18 GB
    • Received: 11.88 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.