Loading Tool

Explorer IconExplorer

Memory Pool

16,572 transactions
10.67 vMB
0.04790463 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.86/200 MB

Candidate Block

Mining Attempt 8c12d7f6e5231a9d817a3754bfb1b439786238ae7f19d588683e579e6b40a429
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root a429eab43af7b41578372b37f743d0a378d77836fbb60499b2bb9fd8dd8edadb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,363
Size: 0.99795075 1.00 vMB
Total Fees: 0.03104594 BTC
Feerates: 194.03 > 3.11 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (740,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,078 173,078 00000000000001a03e14ddd1e6d0066a33a57de57c452cfcfb4c5a9ebc7788d4 31 0.01/1.00 vMB 60
173,077 173,077 000000000000039602203db1a5c9d535fef4c7ce0a3da889e01af52c3c58725b 16 0.01/1.00 vMB 62
173,076 173,076 000000000000016cba1c3ac6c946a883eac69aa621b308fad0a39eb628033bbc 26 0.01/1.00 vMB 228
173,075 173,075 0000000000000228ec0b9bd547bf5f6d6bcf89b9e7de01660e87023f0de8422c 1 0.00/1.00 vMB 0
173,074 173,074 000000000000021480d84504482ae5b3c70f49615ffa4e68e092626ee844a823 5 0.00/1.00 vMB 457
173,073 173,073 000000000000098046086cbb9efb5e5092171b13563aab9a565530a5d8382bc1 154 0.07/1.00 vMB 31
173,072 173,072 00000000000005416bf423f2c85f90d144ce9ae9459743260e2e3bf5b1320632 24 0.01/1.00 vMB 195
173,071 173,071 00000000000007ce5e61f3e7386137819a333b1963805a1cffc6f46d8cdcc440 33 0.01/1.00 vMB 137
173,070 173,070 00000000000005a83751969cf281a388dcf99f0e4244b8635e5b180fd94661a5 39 0.02/1.00 vMB 236
173,069 173,069 00000000000002bbbe87cac5f1d1ec960fdd3e423d6a8409586aee3a58c217ef 68 0.02/1.00 vMB 48
173,068 173,068 00000000000004c8e734978dff4d4bea83fd5539de4ab5ff6a20132801abe4e3 1 0.00/1.00 vMB 0
173,067 173,067 00000000000008a16dfdce026dff11392b4bbc519758cd4fa2744dea243b7419 10 0.01/1.00 vMB 1
173,066 173,066 00000000000005680fe4d11d39b1996828f54e869c7088abef3e9aed34792107 45 0.02/1.00 vMB 58
173,065 173,065 0000000000000314def50d9598fa2c43a56afd305034fb8c231e899a7253f7bc 47 0.01/1.00 vMB 0
173,064 173,064 000000000000097d7c9073ccbfb63df5c6f3ddbde210f4d3f6fac0d401f5d1e7 39 0.01/1.00 vMB 70
173,063 173,063 00000000000003bc9d68eed0efc198c47a4fe330585081061ab14c22c5172916 23 0.01/1.00 vMB 63
173,062 173,062 00000000000006159ae4f698b3754e7456f06b7547b7740b95501c2a1b17dde8 54 0.03/1.00 vMB 141
173,061 173,061 000000000000092cc9100d638ef10501c77dd8bd62f29e2167451de856872712 76 0.03/1.00 vMB 74
173,060 173,060 00000000000002dba067023b040933a23195089edc351578825fefc9652df79c 1 0.00/1.00 vMB 0
173,059 173,059 00000000000008b396fb8c73debb73abbb10fa831b36f420bff2b28b64574097 13 0.00/1.00 vMB 115
173,058 173,058 000000000000070e4b05f09d53a2fc03ad335cc7ca804d7e850ef13611244918 45 0.02/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.07 GB
    • Received: 4.41 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.