Loading Tool

Explorer IconExplorer

Memory Pool

40,143 transactions
26.93 vMB
0.08959661 BTC
Random Selection Loading Transactions
Max Size: 138.72/200 MB

Candidate Block

Mining Attempt 0d0844fe0ffa6ef17b14bd9a79afe1dc2c87e5be318ac23dd1dcc0818d2f0280
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 201157e53e5a3848e164931c2f1ace239bc9b6c5cb4370ac5e94f5bcd36c7eba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.03630235 BTC
Feerates: 197.12 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (237,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,737 676,737 00000000000000000007a215b1ae7149743faca0b07166a4bccda24010efda13 2,244 1.00/1.00 vMB 26
676,736 676,736 0000000000000000000bd015b08c910c40154344105ea47e23499ea4f5d0f8cb 2,590 1.00/1.00 vMB 30
676,735 676,735 0000000000000000000bc515a9c0a5f4a91165a43663194af0760f05fb294a72 3,062 1.00/1.00 vMB 35
676,734 676,734 00000000000000000002cfe976e07223fda53a381a1e3177ab882a9aa4c1530b 1,992 1.00/1.00 vMB 56
676,733 676,733 000000000000000000004951cb76abd2cb63c7c356f1fa1b3c5ab8959ce5a7b1 1,999 1.00/1.00 vMB 67
676,732 676,732 0000000000000000000b60fcefea20856d478b777ec1d1d390a228d319f35b85 2,615 1.00/1.00 vMB 73
676,731 676,731 000000000000000000038d09f1565e918ca1948b7de7d0e318ba94f45c1d50a8 2,444 1.00/1.00 vMB 46
676,730 676,730 00000000000000000009fabbc74ef2c7770e7a881afbbf99c8752192bda502fc 1,863 1.00/1.00 vMB 66
676,729 676,729 0000000000000000000bdcdb30f2e0a6abb8f93a2bdf86e67bae87da84c521b3 938 1.00/1.00 vMB 65
676,728 676,728 0000000000000000000159b778e681eea8d6316ae614a3383448b5cf005138ce 2,774 1.00/1.00 vMB 84
676,727 676,727 0000000000000000000a2cc68f294d6cc23fcbf34800c7b96e5471caa16e6a99 1,503 1.00/1.00 vMB 72
676,726 676,726 0000000000000000000795addd662c092d677eb2163ff25391e6ac4b2fb1f3ec 30 0.01/1.00 vMB 135
676,725 676,725 00000000000000000001d22f8fe67ca294f13e3cdf84235890b71a8f4583bceb 1,815 1.00/1.00 vMB 77
676,724 676,724 0000000000000000000447302a6a055a6f51267607c284d0b5192eebba843d5b 2,362 1.00/1.00 vMB 88
676,723 676,723 0000000000000000000a2ba5eb5018b73f479c639a11a40f13d23c26363212de 2,477 1.00/1.00 vMB 26
676,722 676,722 000000000000000000042b33eafe81fa425cea931192eca4aeb650d0492d1d6b 2,674 1.00/1.00 vMB 33
676,721 676,721 000000000000000000019165245c5c18e36292ae9e74d1ca555b2ef76b47249d 2,607 1.00/1.00 vMB 36
676,720 676,720 000000000000000000056b2772dca682f2bfe1045e6f3fc9c54a091a4a01873c 1,522 1.00/1.00 vMB 67
676,719 676,719 00000000000000000002eb61ddc6aa5d894b6c3aee91717266ad653a82abedc1 2,123 1.00/1.00 vMB 56
676,718 676,718 00000000000000000009215d26f2921259a776bcce1e23dff1ad4a85d46689d6 914 1.00/1.00 vMB 69
676,717 676,717 000000000000000000062c25c62494850eabe97f46768c0d06484f6d18a433fc 2,079 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.