Loading Tool

Explorer IconExplorer

Memory Pool

82,132 transactions
31.19 vMB
0.09275343 BTC
Random Selection Loading Transactions
Max Size: 188.73/200 MB

Candidate Block

Mining Attempt 0c319d320d5d4ca04e051b50a298b4c5ea71c2c2c4594cc4a2cac9b5feb6c800
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 96e2fee1cba8bd445d1f04e053894ba9b844c751154a0bc97b11bea0163b0e42
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,297
Size: 1.00 vMB
Total Fees: 0.01763437 BTC
Feerates: 115.63 > 1.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (315,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,355 600,355 00000000000000000012310815c1e72b1f2384e3bf67f30ca2d0cc88ba16161c 1,366 0.43/1.00 vMB 16
600,354 600,354 000000000000000000117a81094450eefc54430da8dacd79df7bb43705dd7dcd 1,855 0.79/1.00 vMB 10
600,353 600,353 00000000000000000000cbe2a4460b3d1e54b509d0b6a5ce1a6dbe7ce5eb22ec 2,665 1.00/1.00 vMB 17
600,352 600,352 0000000000000000000f7ea6a4d867535f32f833467cb749b776002337dd14fb 1,549 0.49/1.00 vMB 7
600,351 600,351 0000000000000000000707e7d9fede5bbb5df7501171f043b249ea5d2dabe768 1,642 1.00/1.00 vMB 19
600,350 600,350 00000000000000000011a73f0c08112cc61783344ec5c4c2efbcfa1c8cb35b3a 2,482 0.99/1.00 vMB 6
600,349 600,349 00000000000000000011d98898028784423ea31ae807b5544ef503261cbf7280 2,946 1.00/1.00 vMB 8
600,348 600,348 000000000000000000129d70426ce69d38d37690355f95674aa6ae363926cdfb 2,456 1.00/1.00 vMB 11
600,347 600,347 000000000000000000093cfce8defce1c883908b4c16725fa01dbc78a00cb347 2,665 1.00/1.00 vMB 34
600,346 600,346 0000000000000000000f3e87bccbe789b93d4a8f6015ae746ed16b2a7a8175a4 2,462 1.00/1.00 vMB 30
600,345 600,345 000000000000000000023ad3dbc322330b0068abf105f9da1fd74fac0a608156 2,238 0.81/1.00 vMB 13
600,344 600,344 00000000000000000005f65ee3addc37a42a27b25a94e5f35603e9350e7fc60f 1,219 0.44/1.00 vMB 9
600,343 600,343 0000000000000000000fa403061961d1854672c3bdf7c82fa4ac10d2f426a4a6 3,008 1.00/1.00 vMB 17
600,342 600,342 0000000000000000000611bf834fd1b2f8064a42cf1b8e30b85c10f1dd498beb 2,064 0.71/1.00 vMB 13
600,341 600,341 0000000000000000000ced211b3f9e07c1b451c91516af9adee9c3443b77e247 2,401 0.72/1.00 vMB 13
600,340 600,340 0000000000000000000bf569a693e3895fb3840de4e8461c389b3d9a0fd3f551 2,826 1.00/1.00 vMB 14
600,339 600,339 000000000000000000032c25b19b0601e74f20859cd658913f74f6c4dd65d32c 915 0.27/1.00 vMB 3
600,338 600,338 0000000000000000000765160c18cac93ad1284a40aec8b25628ce3438ba9e09 2,218 1.00/1.00 vMB 6
600,337 600,337 00000000000000000015567ae970113995500af3cd6389f2e7fbf1fcccca3932 2,412 1.00/1.00 vMB 17
600,336 600,336 0000000000000000000113c65d8891b3775f940ef100aa1d8b050a3da4bb3021 2,082 1.00/1.00 vMB 21
600,335 600,335 0000000000000000000d251b379437e01af8faacaf4a338ec3fd0aff03710a1a 582 0.22/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.