Loading Tool

Explorer IconExplorer

Memory Pool

81,268 transactions
30.40 vMB
0.09794917 BTC
Random Selection Loading Transactions
Max Size: 182.32/200 MB

Candidate Block

Mining Attempt 7e02300afbd27138d15798bc715727e6c91a6c24e7169f5240ecddafccb3282b
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root cc484fa3a6dc299c3d1bd8eaea2eacbe19d943800f3f831793e1624d5cb3348b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03425576 BTC
Feerates: 301.07 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (485,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,985 429,985 000000000000000003c78dc1d3a3f46b3986ac341f644114059cb119634f001a 756 1.00/1.00 vMB 15
429,984 429,984 000000000000000004aff1635001e5380f828b48e6a8dc0f56cf42e044e59e5c 188 0.07/1.00 vMB 52
429,983 429,983 0000000000000000007cd8fcd476a7c2bafd203bde354a471bded96af7087a59 375 0.14/1.00 vMB 64
429,982 429,982 000000000000000002d904fd9a7eea0fb52d3936b6260e358d8cea1a70d8b9d9 660 0.32/1.00 vMB 43
429,981 429,981 000000000000000001fc410bd470e02d629db690fb86d5ee84261a58ed7086a2 160 0.06/1.00 vMB 56
429,980 429,980 000000000000000001b2841f3d81e361625916e820ab6b14df849d4ed10aef3e 419 0.19/1.00 vMB 53
429,979 429,979 0000000000000000006d222ec7461a6568b1d8362541495e4814cc10ddb21aaf 338 0.31/1.00 vMB 33
429,978 429,978 0000000000000000000c84ab83a7eb364a051b2d2983ef23bae89766237da7fc 2,694 1.00/1.00 vMB 58
429,977 429,977 000000000000000001ee62e42d1b8de0d5a5c0e4fe2bc7575e74c0cf5c9a84e6 2,168 0.86/1.00 vMB 53
429,976 429,976 0000000000000000006ef40ab6e9c04bc751bcc7ae2099f523a2e607b76ac7e9 1,650 0.87/1.00 vMB 39
429,975 429,975 000000000000000000beeedbeeaf98e23283bea509d52e1538cacff74bfc0e80 2,487 1.00/1.00 vMB 80
429,974 429,974 0000000000000000015e4a6b37f74664d6ad80d20ae8b4e0c72289d417d40b71 1,373 0.72/1.00 vMB 40
429,973 429,973 000000000000000001afaf85fa41e16eaaefd53df91ea25a9c68bc6e8092d04c 2,941 1.00/1.00 vMB 72
429,972 429,972 00000000000000000392494a5b8f0d91b6d7bb45dbdc1be9405a9c7b24d0d1ec 625 1.00/1.00 vMB 14
429,971 429,971 00000000000000000300dc03321c5d1cc3575ea83583180b0e31b414e5b2e5f0 1,496 1.00/1.00 vMB 25
429,970 429,970 000000000000000003becd3fc832884783f01db5d1022837d644c210b51fb69f 2,365 1.00/1.00 vMB 48
429,969 429,969 000000000000000000139af1aeb8ac3a618695a5dd0d01de6c31dd82c262c1b2 2,388 0.93/1.00 vMB 60
429,968 429,968 0000000000000000031be8f22d73779cc2e0592848308df5ff6636a3d90fb0f9 2,288 1.00/1.00 vMB 80
429,967 429,967 00000000000000000231c391fbb4fa52786adf43743420b5f8411fdad78a08db 543 0.29/1.00 vMB 38
429,966 429,966 000000000000000000885b4fbd84fe04fdd8eddc0c01f05fe843d4065f22cdc9 1,072 0.44/1.00 vMB 57
429,965 429,965 000000000000000004ad8d4f3bd697dcc5de3679c82695cd96ea356c7b809cfb 1,226 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.