Loading Tool

Explorer IconExplorer

Memory Pool

78,028 transactions
29.03 vMB
0.07936491 BTC
Random Selection Loading Transactions
Max Size: 175.69/200 MB

Candidate Block

Mining Attempt e6adaf4096903112caf01fd14cea73b72fdb0ea7bae7ea814aeefb1e9db418b5
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 5b31d85aac7dfe09e75cd0623e27bbf32ba8fe0e224df234fc29a495418b14b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.01874638 BTC
Feerates: 178.73 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (355,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,332 559,332 0000000000000000000125d82e7c2e98819bac2eca61f08b3a388a43bb2718f8 2,388 1.00/1.00 vMB 3
559,331 559,331 000000000000000000258577648c7420db47e65b63574a642c0f31e707ca6d73 1,894 1.00/1.00 vMB 6
559,330 559,330 0000000000000000002cd7a20b4d6128a079d011dcf132cde0284fc35243296b 1,809 1.00/1.00 vMB 11
559,329 559,329 00000000000000000022a0e32b0fbcd9b96903179b3303ddd1a3c6257e4d0ae8 1,707 1.00/1.00 vMB 11
559,328 559,328 00000000000000000002230700fd74bea97e22098ea3af5be92685bb00bda7e2 2,168 1.00/1.00 vMB 24
559,327 559,327 000000000000000000271c891d2d112b01cfb6e2f4aef4600ee068fdf433238d 1,771 1.00/1.00 vMB 54
559,326 559,326 0000000000000000002033ebfa1abf494abbd924aa746b7933b8a364a6077c9f 915 1.00/1.00 vMB 80
559,325 559,325 0000000000000000000463a3a24c172343431969ecab73d06ad6de9d91e3e91f 1,774 0.63/1.00 vMB 11
559,324 559,324 00000000000000000007883229b20be9adf837b11a5fe4124033c3e8fb8c0d81 2,827 1.00/1.00 vMB 16
559,323 559,323 0000000000000000002b0a7637181996c133c4258b6cff873f20b62c48046a63 2,745 0.95/1.00 vMB 12
559,322 559,322 000000000000000000256c945241dd5b7a11e0beaa04f7f53553dd53a8247767 1,428 0.61/1.00 vMB 3
559,321 559,321 00000000000000000017c10d1274fe08fc362755d0fd90cd9a5079566ee8909d 1,996 1.00/1.00 vMB 10
559,320 559,320 0000000000000000002d2f9357fbc45f3e64e7d311e26db2dda20add5346e39b 2,742 1.00/1.00 vMB 19
559,319 559,319 00000000000000000010cc126bbce243f44e3e9f16d00ad62014c0b13be18e18 2,380 0.79/1.00 vMB 13
559,318 559,318 0000000000000000002406ca2efec78f8a9a0d08a5470e6135d8941acd2c940c 513 0.15/1.00 vMB 11
559,317 559,317 00000000000000000018af434590efa68900ff6f7a29b1f1437cc12847f293f5 2,329 0.84/1.00 vMB 10
559,316 559,316 0000000000000000002aa11adc10c32cb57471a2b1596d490bbfc9b3a47e6b3d 1,459 0.44/1.00 vMB 12
559,315 559,315 00000000000000000022f610794e6c9e74210e823a7d8f6f760352ef74a5a45f 2,122 0.75/1.00 vMB 9
559,314 559,314 0000000000000000000856b04438345dd50a91fff525f75517f4d3ea4eb07cc4 2,587 0.93/1.00 vMB 11
559,313 559,313 00000000000000000028f7d76d1fd0c43c42d38e5d776c2a01c7c692f895eb08 1,360 0.44/1.00 vMB 9
559,312 559,312 0000000000000000002b659229981962852adc61d2f8d7eeb0f478b1bd7cbbcb 787 0.26/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.68 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: 677.33 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.