Loading Tool

Explorer IconExplorer

Memory Pool

82,054 transactions
30.30 vMB
0.09261371 BTC
Random Selection Loading Transactions
Max Size: 182.48/200 MB

Candidate Block

Mining Attempt 7f01914752ef749da8ad331f41b0b0054056c9d9155cf9ad691c78044a90f479
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 6f5cea4a9e802cf604c2ee9211cc8e12edabb9ac8d050b26a2b2e58d7a0a0730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.03052077 BTC
Feerates: 454.44 > 3.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (833,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,187 81,187 00000000002542b25a780c2a02ad38a460448f3cb7898ea19e60bd7d16faaf23 6 0.00/1.00 vMB 0
81,186 81,186 000000000017dc568cc5cb46cc8574a6f1b251bdd35d8bea522991e620e5bf11 50 0.01/1.00 vMB 0
81,185 81,185 00000000003ff3eff2fc443a4940dea48fbd65dbb9b79edc80951b11e24599f0 11 0.00/1.00 vMB 0
81,184 81,184 000000000003629ce14afe1f2924999662e2676dc845f483785f32e16fa4ba8a 1 0.00/1.00 vMB 0
81,183 81,183 0000000000052b468c157df51dfc94ce0dac3fe6835dc5c34a0e3ca9cd3db6cd 6 0.01/1.00 vMB 0
81,182 81,182 00000000001920b0c46325315005d93eccf08f2db6c27b9df7bc84541ebe5a6e 3 0.00/1.00 vMB 0
81,181 81,181 00000000001f933798f9c9f797f1dfada6cff83e5df6bf66d0adab065b259699 14 0.00/1.00 vMB 0
81,180 81,180 0000000000000c09b9ccea944fcd896ebbd100c156742e52997dde8099169c57 12 0.00/1.00 vMB 0
81,179 81,179 0000000000151e67d5341549a6a28d84e3a4760ac2a8fbd1135e1121feb77b9e 3 0.00/1.00 vMB 0
81,178 81,178 000000000012697f67e9e18a4d030bebc63a65da08c931312803c53c334e8ad8 1 0.00/1.00 vMB 0
81,177 81,177 000000000037fb5af11bca0e4f33243a414740c5787a5fe45c7d1b272d158e32 3 0.00/1.00 vMB 0
81,176 81,176 0000000000160a092239ba64d53a89fa88d963de979bf0d4f4f7f41757b524af 17 0.00/1.00 vMB 0
81,175 81,175 00000000000c91a0c174d991e2a504532e1f7b772bb1210be5dfc259bfed7374 12 0.00/1.00 vMB 0
81,174 81,174 00000000003bd4d1dffd042e31d337cdecdad0cbce5ff1970a100d23eb3617ac 13 0.00/1.00 vMB 0
81,173 81,173 000000000043005d819c48df9f6a94f433845ed03d3f4a620ab5e8a7a5be84d4 1 0.00/1.00 vMB 0
81,172 81,172 00000000003d845ab74536b271dbff49eef2404db011fe5b4ed996734271f748 6 0.00/1.00 vMB 0
81,171 81,171 000000000031f9f02168df9495caad9e31c140bad3c513d1a9f22a631990c6cb 9 0.00/1.00 vMB 0
81,170 81,170 00000000000bd0daa546dab66fc6f86d155460951b9aec099bbe5a9cd5ae5298 18 0.01/1.00 vMB 0
81,169 81,169 00000000000f26e80e08151817a9d8a7bb73a58499ab18a3c2d3c3f93e34bfad 12 0.00/1.00 vMB 0
81,168 81,168 000000000002ed2e290cde8e4426a66830368a333ebb3c53fe1fd0c9123438c7 3 0.00/1.00 vMB 0
81,167 81,167 00000000003baacd626597188b41cd4627449116a86922a1770a7edaa7d8b70d 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.