Loading Tool

Explorer IconExplorer

Memory Pool

89,356 transactions
33.08 vMB
0.21056176 BTC
Random Selection Loading Transactions
Max Size: 199.91/200 MB

Candidate Block

Mining Attempt a8f51a1b80df6ad610a97966e29193fc488757d5a1d611e9f5eadf5d4cdc69b8
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 4cbbfb05252ec036e81cfe60cac10b78a8bab5bfe6d3ae0248d7f8d0be2a6594
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.09456513 BTC
Feerates: 387.56 > 9.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (169,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,496 745,496 00000000000000000000a986bc5a516248499db422c914152d5f0bc1b2e0c3f4 1,888 1.00/1.00 vMB 12
745,495 745,495 00000000000000000009759470cc4a214d90a1ab3eeeab239b0c99e1858c413c 1,830 1.00/1.00 vMB 15
745,494 745,494 00000000000000000001a3c24537a03cfe5f1c82806754668255fc306eff12ac 2,363 1.00/1.00 vMB 31
745,493 745,493 000000000000000000081054a527ea00e703bc3ce20f79555f344eae60ce7f1e 1,557 0.63/1.00 vMB 13
745,492 745,492 0000000000000000000964aff7dedf537b6b5b92785040a11b8619b8d026f58e 1,827 0.62/1.00 vMB 14
745,491 745,491 00000000000000000008b2491aba881121bd37c742a77d2d0cebb0f69d582fb6 1,260 0.37/1.00 vMB 14
745,490 745,490 0000000000000000000005ace0bf07f991eba35beed991ca17ba33a2504067f6 291 0.09/1.00 vMB 13
745,489 745,489 000000000000000000016ea3c906bb0aea13f9c4e2d9f8813c85e756992712a5 1,250 0.47/1.00 vMB 14
745,488 745,488 0000000000000000000657cdef37e6cd14269004a98c9115b4be53a5efc51aa1 1,691 0.77/1.00 vMB 11
745,487 745,487 000000000000000000041fd6e6923a3df395e3b142a9839aa65d3fb6e8db42e3 589 0.15/1.00 vMB 16
745,486 745,486 00000000000000000007775c62df24332ebef28adb4ebfe962d7f3087d1be137 156 0.03/1.00 vMB 18
745,485 745,485 000000000000000000093b3d72ae43f3e7f4dbfe2291aa4c4a8f1cd0c1d814a2 1,834 0.71/1.00 vMB 14
745,484 745,484 000000000000000000099d04659473383036d880c0bf0469c661fdd1e2fd99fd 1,485 0.62/1.00 vMB 12
745,483 745,483 000000000000000000001d76c9cd84300e767ecc3699b3aa01f4855960f452f5 1,277 0.46/1.00 vMB 14
745,482 745,482 000000000000000000098dc1e9670cffd8eaaa6cc974eae5be81bc453c2db89d 1,868 0.79/1.00 vMB 5
745,481 745,481 000000000000000000033d338e84ddaf1912dcffab20d4fbdd612975cab627c6 3,556 1.00/1.00 vMB 24
745,480 745,480 00000000000000000007ac0d06e3ffbabf415cb425a6f90ed814a70bb847aaeb 1,417 0.96/1.00 vMB 2
745,479 745,479 00000000000000000001c34914a59e0dd9d8d93bc8c397adcacdfe9ef556f777 2,606 1.00/1.00 vMB 4
745,478 745,478 0000000000000000000444f5b7959d025f162e3b101fea800d7fd41aa85f4759 1,741 1.00/1.00 vMB 10
745,477 745,477 00000000000000000006051837f7694d1dcde558509eb098b6cebd98f801b2bf 2,355 1.00/1.00 vMB 21
745,476 745,476 00000000000000000002b063ac82fe5b5c641b300db6b37ed84042140f5cb666 2,781 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.