Loading Tool

Explorer IconExplorer

Memory Pool

41,798 transactions
28.88 vMB
0.07154351 BTC
Random Selection Loading Transactions
Max Size: 148.14/200 MB

Candidate Block

Mining Attempt 32cf194396f2d2160f560b8b8a5de4aff56798ecc68dc34e75ecf41c2f622003
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 0bd8e8606b7ed5c1f4ccd1ac674fcfbca8e54229bd274df12798082e17c72919
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,283
Size: 1.00 vMB
Total Fees: 0.01538578 BTC
Feerates: 100.19 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (307,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,603 607,603 0000000000000000000446e3c64aa4fe1f305fdba8fc81c982a7b4935320cde8 3,160 1.00/1.00 vMB 29
607,602 607,602 0000000000000000001056e3d758fdd0a9eabe3537df632b127e05b5dfe8c56b 3,330 1.00/1.00 vMB 31
607,601 607,601 0000000000000000000c973ac8466460353d79be7cd1d4ee9c08322d26f827c8 2,725 1.00/1.00 vMB 10
607,600 607,600 000000000000000000142fce3cbcfd2b533aa2499b95832f41037dd6c8328784 2,911 1.00/1.00 vMB 31
607,599 607,599 000000000000000000117465e0b30fa9439b9d3025a69252a79e8e68190f5992 2,491 1.00/1.00 vMB 18
607,598 607,598 0000000000000000000d890f06b7896e80400d53f048a170283958c5e2da2830 2,580 1.00/1.00 vMB 18
607,597 607,597 00000000000000000000d18ee149415991f55ef1701eef9d8a1b262a41564693 2,200 1.00/1.00 vMB 18
607,596 607,596 00000000000000000003c5d5e3f3d2e938c40f28406d484084f90b6f36efc621 3,451 1.00/1.00 vMB 19
607,595 607,595 000000000000000000126f62741595417e5664f53c84d35988ea80030cabc320 2,894 1.00/1.00 vMB 45
607,594 607,594 0000000000000000000af3c0cf4d7eca184bb9a69dcae1e101ac8db5fbeb4009 2,655 1.00/1.00 vMB 28
607,593 607,593 00000000000000000005534866c4ea52bb230674f4f31681f046017b9511d382 2,364 1.00/1.00 vMB 33
607,592 607,592 0000000000000000001130ac1d3663d0c6d6cc16294d7b6fac8e5d56da3be3f2 1,865 1.00/1.00 vMB 20
607,591 607,591 0000000000000000000c5aea21b5a13324852ba4265819a274b030e57b3f6dac 3,389 1.00/1.00 vMB 30
607,590 607,590 00000000000000000000db9800a9005dff6e2a7ca86c067ea52c492ecd1d7da3 2,154 1.00/1.00 vMB 14
607,589 607,589 0000000000000000000a5bf534f7c8040bc5cebec8ba0c661b72a8e4f958af74 3,445 1.00/1.00 vMB 26
607,588 607,588 00000000000000000011c342844b7cfb8e9fb0f8c3c60e1773c2f457370ae381 1,829 1.00/1.00 vMB 16
607,587 607,587 000000000000000000105d02754e180d6df807da92e904c9588b64122589961b 2,634 1.00/1.00 vMB 41
607,586 607,586 0000000000000000001293df2a265a3cd0fd89aa4f4179a138d92e335f2ace85 2,768 1.00/1.00 vMB 16
607,585 607,585 00000000000000000008b661bc2e453e7a90af8a0401f20b5f4e74d455211fce 609 0.14/1.00 vMB 2
607,584 607,584 00000000000000000006d242612179d57d0245415f829ef15a5f66ba16a54261 2,985 1.00/1.00 vMB 17
607,583 607,583 0000000000000000000a75503236dc98cf0285298d0b167781578bd4c8b007f9 2,787 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.