Loading Tool

Explorer IconExplorer

Memory Pool

77,281 transactions
28.64 vMB
0.06361531 BTC
Random Selection Loading Transactions
Max Size: 173.86/200 MB

Candidate Block

Mining Attempt f517568e5cac88f1f1c28a495f34067c7ae3b9373b2bfb9d8f4fa17921d5450e
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 4a3fa7ecb7872650ad822ff7ac35965fcb2af3aeafc1d0599bfa6af9a486c169
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,796
Size: 1.00 vMB
Total Fees: 0.00408200 BTC
Feerates: 13.94 > 0.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (14,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,058 901,058 0000000000000000000213fb3193808ad4d0a4ce7dc09210ff16b8755d8d1d39 635 1.00/1.00 vMB 2
901,057 901,057 0000000000000000000134386b8c49de7271cf4e48003032273de81f42c062d6 1,736 1.00/1.00 vMB 3
901,056 901,056 00000000000000000000032761235734ba89acb3798b19c542e1b05697a4f54c 992 1.00/1.00 vMB 2
901,055 901,055 00000000000000000001b75315abd01e53e09a7705bfffb261e34cfc23e0cb93 3,883 1.00/1.00 vMB 4
901,054 901,054 00000000000000000001f1b31998642cdc25d7e6d8282925928d853a40bf5278 3,652 1.00/1.00 vMB 7
901,053 901,053 000000000000000000005bd84011a1f68d042d514bc679a8626d0adcd9bfcbc8 3,571 1.00/1.00 vMB 3
901,052 901,052 0000000000000000000127bcb54d1dd20511c5fbae9a1c1cd817d0afe4242f41 3,439 1.00/1.00 vMB 10
901,051 901,051 000000000000000000021e29ed399e23e1fa5a31929eae31acbd2cba6149e026 2,785 1.00/1.00 vMB 4
901,050 901,050 00000000000000000000c5a7a4e160f7b9eafc2c6827e9ef62d1d741a7f528cc 2,427 1.00/1.00 vMB 2
901,049 901,049 00000000000000000000fdd869780f223196e142f08bd65160561f76e7f420e1 3,512 1.00/1.00 vMB 4
901,048 901,048 00000000000000000000ef87b9c1cacf8d3db6464ee2bc7d9b9eca4e8b54bae2 2,583 1.00/1.00 vMB 5
901,047 901,047 00000000000000000000873b98bec69fe196a0bf0d3516ae17f2a07abe168f10 2,442 1.00/1.00 vMB 2
901,046 901,046 0000000000000000000226bea8e8beb39277aac9578546a3188c505671af1a30 1,143 1.00/1.00 vMB 2
901,045 901,045 000000000000000000018c58f4e923bedec3f9f227e3df3768d359d7b9f3d8c8 4,189 1.00/1.00 vMB 5
901,044 901,044 000000000000000000001df1bb4f867ec5d469375a6ad4f82cb3da23174bf912 372 0.10/1.00 vMB 3
901,043 901,043 0000000000000000000147c8d3ece77d6e610037b246591947111d60f65231ae 737 0.34/1.00 vMB 2
901,042 901,042 00000000000000000001a885493988c157be519b654e9fe535a8d0b396d778c3 44 0.02/1.00 vMB 3
901,041 901,041 00000000000000000001ffe8c37819e1cc2bdba5add16939fdf0223ec746747f 1,175 0.41/1.00 vMB 2
901,040 901,040 00000000000000000000a9169dff3eb55e2c0edb6f9be343788fcc4940c43329 975 0.51/1.00 vMB 2
901,039 901,039 000000000000000000007455425dd4b3051b10ac70314d1e4e75264f843dd53b 451 0.14/1.00 vMB 2
901,038 901,038 0000000000000000000067fd469a05964f0d50a87d6b7d209eb44845f75bc5c4 649 0.29/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.55 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: 669.62 GB
    • Received: 15.75 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.