Loading Tool

Explorer IconExplorer

Memory Pool

78,396 transactions
29.29 vMB
0.08170226 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt 8809dba9fe82634de54f12472c697c75498858b9c2199b38e4787cbafa88db12
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 4bf75fcd847664f0493f625cd137d4ff3d490786205f66e32fead9dffc5b920d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 1.00 vMB
Total Fees: 0.02008221 BTC
Feerates: 94.79 > 2.01 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (416,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,175 498,175 00000000000000000081032bf8dbb363b71d52aef93d427d919573ebb7cac63e 2,039 1.00/1.00 vMB 494
498,174 498,174 000000000000000000828c9ea17f9c5aa2d7dd90a5d6aec6ff1eb766f1be277c 2,672 1.00/1.00 vMB 374
498,173 498,173 0000000000000000001114ee0d6a80099d4db2df2cc88a3fdf39385efbbd0e13 1,784 1.00/1.00 vMB 439
498,172 498,172 00000000000000000067fb768254f2129c0d43c0834e10551dc3e81e2ca4320d 2,625 1.00/1.00 vMB 381
498,171 498,171 0000000000000000005058275756e640de18ea2938b5a3175fadd299f2ff5add 2,857 1.00/1.00 vMB 402
498,170 498,170 0000000000000000006ad2787abb1ab83c61d7341467b627cad8c4bbb70adfa5 2,337 1.00/1.00 vMB 431
498,169 498,169 0000000000000000000e60129d18d6fe3740230a4099e482416bf7ca1dc2787e 2,254 1.00/1.00 vMB 367
498,168 498,168 000000000000000000783ad0687db039279bcb3ab76f00d57ba6fc74ed8ea368 3,000 1.00/1.00 vMB 360
498,167 498,167 0000000000000000000d214e36e26e9513eb3c736342b03a6f0be1d8a0aaacc5 2,363 1.00/1.00 vMB 377
498,166 498,166 00000000000000000033d596151369b80a0899f04ab00e12a2fd6c81a4c9ed7e 2,645 1.00/1.00 vMB 438
498,165 498,165 00000000000000000057d40eaa0f7947e0223246db521ec049d4a9593afc2543 2,607 1.00/1.00 vMB 351
498,164 498,164 00000000000000000025d05026894c4e2da70e10f585d71e01d86e7ace339ea8 2,389 1.00/1.00 vMB 309
498,163 498,163 0000000000000000006652150e805ac705b945e07325c39e6c5fbf1b440ecf36 2,607 1.00/1.00 vMB 268
498,162 498,162 0000000000000000007a2877cb20d30e9672b313b30c67416bd598d37d029049 2,737 1.00/1.00 vMB 373
498,161 498,161 0000000000000000005ffe87341d4deb84208bc703834ee23ad3c1648cd2441e 2,620 1.00/1.00 vMB 385
498,160 498,160 0000000000000000005702d4b3cb3975cff0d542ddf52df9587553b8a82a7fd5 2,525 1.00/1.00 vMB 292
498,159 498,159 000000000000000000a5d2d8a4131528ba05a86b7fc5d769dbb2a21dcbd5ffdd 2,799 1.00/1.00 vMB 262
498,158 498,158 000000000000000000b04e1a33acba799db7085f5d41efdeb30c2aea20eb21f1 1,286 1.00/1.00 vMB 313
498,157 498,157 0000000000000000008fd192db76f3a4488be76634a01bf7178e866bc85f535b 2,135 1.00/1.00 vMB 315
498,156 498,156 000000000000000000a4319446e5dfe30460eb9ab2880dbf2947e13d83ad6ec6 1,960 1.00/1.00 vMB 330
498,155 498,155 00000000000000000040b8e56a819c79b3e6987d43f08a33d7a942fea6e4563f 2,048 1.00/1.00 vMB 269
Previous 10 blocks ↓
Total Size: 782.67 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: 674.53 GB
    • Received: 16.43 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.