Loading Tool

Explorer IconExplorer

Memory Pool

43,919 transactions
27.21 vMB
0.09049008 BTC
Random Selection Loading Transactions
Max Size: 143.56/200 MB

Candidate Block

Mining Attempt 098cce0ba8ff86cd55761586dbf01d5ffff09c478411b92cfff118dfc9914b9a
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 272f6decc432e6614e37d1e8cde04be54c8a25ad87b24ae22f90b3b616e6aa8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,471
Size: 1.00 vMB
Total Fees: 0.03942476 BTC
Feerates: 101.65 > 3.95 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (250,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,813 664,813 0000000000000000000a2787d0a51810cc5db83aa54b77553d7bfba764aa5a72 3,256 1.00/1.00 vMB 106
664,812 664,812 000000000000000000005f8c5e1f500d5d582a6b4400fdc8282066b336a7e3f3 1,590 1.00/1.00 vMB 96
664,811 664,811 0000000000000000000290736b2e8df99f4dc5651c556e9c9e87bd9efba1991b 2,675 1.00/1.00 vMB 104
664,810 664,810 00000000000000000005945b1d85edc5a8c211b1db6ef5c199942cca38679eb9 1,526 1.00/1.00 vMB 89
664,809 664,809 0000000000000000000d714ab9f7d0499b977f71af1ae5e56661342c6fd37cbd 2,684 1.00/1.00 vMB 99
664,808 664,808 000000000000000000039b6f4c352080283cba711d44d0f63c284504793ed755 3,195 1.00/1.00 vMB 108
664,807 664,807 00000000000000000006ae14674747fb32e49b5e2df542a89690dec057bcc911 1,905 1.00/1.00 vMB 96
664,806 664,806 00000000000000000002fd2f73fd12c54593c3c50ee84edf8149adcd8fe7122b 3,056 1.00/1.00 vMB 118
664,805 664,805 0000000000000000000c29a6b7129b48c8f190a62e308c99b31314eaa63a6cff 3,022 1.00/1.00 vMB 62
664,804 664,804 00000000000000000007a54008996747560e4e13ae1d1e04392a62ae2b3be40f 2,510 1.00/1.00 vMB 86
664,803 664,803 00000000000000000004f67a718491d06d60dd061dd65998388ad8755aaf9072 2,544 1.00/1.00 vMB 86
664,802 664,802 0000000000000000000618775c8e7d5aabf2ea175a6b7df2832910ee982582c7 3,118 1.00/1.00 vMB 109
664,801 664,801 000000000000000000071bc5868cbdafcc0af33b86b0105a439fbb4513bab117 2,216 1.00/1.00 vMB 92
664,800 664,800 00000000000000000005c4c0cab9e6db3fc22b11f570dc8b7f6bab7e1e1291a6 2,135 1.00/1.00 vMB 95
664,799 664,799 000000000000000000024b4ba5639db2e67ff1b361c7530d3a2a1fff70e39f17 1,332 1.00/1.00 vMB 89
664,798 664,798 0000000000000000000569ad530798f93eabcac5168caa468ac6a0a9fc810ec5 2,702 1.00/1.00 vMB 99
664,797 664,797 00000000000000000009cf2a1bcb4e1812d3ef034f5b58b8521ad4700019bf9e 2,961 1.00/1.00 vMB 105
664,796 664,796 00000000000000000007898386a609e098c40d49b8d679390d6ca7a5e5fe7c49 2,455 1.00/1.00 vMB 98
664,795 664,795 000000000000000000039a7904b3eb00dd5015b4c96aba2c1833249f15fd294c 666 1.00/1.00 vMB 95
664,794 664,794 0000000000000000000e37b509433375af4cd0e6c466311cc47c8be064c0d101 1,523 1.00/1.00 vMB 102
664,793 664,793 000000000000000000083af06e3124c8b355919d3a124f8ae54e43bcebe77923 2,851 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.24 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: 655.14 GB
    • Received: 14.27 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.