Loading Tool

Explorer IconExplorer

Memory Pool

86,134 transactions
32.08 vMB
0.21704034 BTC
Random Selection Loading Transactions
Max Size: 191.80/200 MB

Candidate Block

Mining Attempt 2134b0d83a4aa52aeb72fab85a7aa6b6fec49f3dad0f5c86e5ef3e6d40876588
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root bcfbb2f8b054a48b91190c9b7c50239fb8542139f83d4124bee90aa8a089fc11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,879
Size: 1.00 vMB
Total Fees: 0.09763514 BTC
Feerates: 529.10 > 9.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (246,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,075 669,075 0000000000000000000d23a2fb5a1f308dd7d75ae3553f8118e7710934564e22 2,923 1.00/1.00 vMB 84
669,074 669,074 0000000000000000000b112b14ba4d48cf252aede2110457539150382eab98f4 2,903 1.00/1.00 vMB 143
669,073 669,073 000000000000000000009a1ea4b8368c642eefb6cd3f05c05d8d0cc0e9b7bbc3 2,771 1.00/1.00 vMB 90
669,072 669,072 00000000000000000005a013a4be86d99a2f60b726b2ee24089a323d4ca94568 2,052 1.00/1.00 vMB 131
669,071 669,071 00000000000000000007be5cb524c57f8115e070947a0f8627e1182158327a38 2,951 1.00/1.00 vMB 78
669,070 669,070 0000000000000000000633dc52dbbd8c4589584d9a8b5ba4746db6bd1c0c88e0 1,752 1.00/1.00 vMB 104
669,069 669,069 0000000000000000000ca1a4837504a83db0c499b4313fa60211cc7e5256d7e5 2,606 1.00/1.00 vMB 107
669,068 669,068 00000000000000000006df59d055afb818523535c88fcf0674d2e82a4fe3696d 2,987 1.00/1.00 vMB 138
669,067 669,067 0000000000000000000a035a87b54f9626c33abcbc873beb473a04c31d6388f4 2,707 1.00/1.00 vMB 96
669,066 669,066 00000000000000000003c2a370694913e2b21cd25575692e80397819341fa6b4 1,292 1.00/1.00 vMB 118
669,065 669,065 0000000000000000000b3862a65910688a4685bb7480fa7335c60dd2101b89cf 2,079 1.00/1.00 vMB 125
669,064 669,064 0000000000000000000948e6b66e3cb5782d8eacfa206abdd838d307a0642033 899 1.00/1.00 vMB 128
669,063 669,063 000000000000000000007224622da633071d7eb7cb776a02c1ce4219d9083290 1,957 1.00/1.00 vMB 142
669,062 669,062 0000000000000000000bb94d1b09b1e3f30bb50f3371af49c506a75a4894c8dd 2,888 1.00/1.00 vMB 120
669,061 669,061 00000000000000000002937aebfb8ab5b821da777a664d04d571828a83875130 2,177 1.00/1.00 vMB 121
669,060 669,060 000000000000000000015b1229aac5b556cc4f1096cedeb7fd294925c52759e3 3,366 1.00/1.00 vMB 154
669,059 669,059 0000000000000000000433b8cf3cc5591d61fa6a90262f0a3ca5315128c6e429 1,980 1.00/1.00 vMB 51
669,058 669,058 0000000000000000000a99d20be7e4bf7330ad7e978c294750d53b3e4b9cd3ae 2,395 1.00/1.00 vMB 64
669,057 669,057 0000000000000000000a573cb8b6a242ad49765e9f8ed225bc9e647b9bffa1e5 2,665 1.00/1.00 vMB 103
669,056 669,056 0000000000000000000232c9c9856646315e2081694fa27c0d752da378cbafe2 2,771 1.00/1.00 vMB 85
669,055 669,055 0000000000000000000bcb31415af3593802d74d01d8305e0035df6617524a40 1,709 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.