Loading Tool

Explorer IconExplorer

Memory Pool

84,960 transactions
32.80 vMB
0.15198699 BTC
Random Selection Loading Transactions
Max Size: 195.71/200 MB

Candidate Block

Mining Attempt 18ae3d06379c79e74377d34a8d4894fdd4950fa5e670ba3fec031c252ea2125f
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 62fea5e8591012923ed502a2e9e4f936d22bb676a145c989ab708a37ac8eca4f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.04681156 BTC
Feerates: 318.30 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (327,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,531 587,531 0000000000000000001e37f0e258f5e7c961e613492d7075ecf336714161a2ff 1,603 0.49/1.00 vMB 19
587,530 587,530 00000000000000000008d913a3ce186d8860152eea6eec77b9190563d641918f 1,302 0.40/1.00 vMB 18
587,529 587,529 0000000000000000000db1a88f0c8f5451c7ac377e30bcdd8dda4ebb4cdb445d 1,503 0.44/1.00 vMB 20
587,528 587,528 0000000000000000001a0131a5520d8f8fe3703ad2b28e78b9c1e8a35fb824d4 2,297 0.67/1.00 vMB 23
587,527 587,527 00000000000000000014697d734778a1cb91df1aa3445bba3aaa1486907de322 2,637 0.80/1.00 vMB 18
587,526 587,526 000000000000000000054d71c214fae0e76b9923e1d55a26477319431e1e86f1 2,081 0.86/1.00 vMB 16
587,525 587,525 0000000000000000001cc8ea6d5a8b33ef31fa15aa8e04d43b5d1545debca4ac 927 0.35/1.00 vMB 16
587,524 587,524 0000000000000000000e22bcdea542301d85cf5e6fae39ad9d52d9c7e2a0f04a 145 0.05/1.00 vMB 22
587,523 587,523 000000000000000000185e3e50a71d349b94df838276778fe9eaa44ee0f58fc8 2,200 0.72/1.00 vMB 22
587,522 587,522 0000000000000000000db0ddefcdb6b5765fb074fef0d3a5143a29a753afe74d 2,679 0.90/1.00 vMB 22
587,521 587,521 0000000000000000000a287228ba5cfc830bd5b62ba0e650fc437dfc937e298a 1,035 0.30/1.00 vMB 17
587,520 587,520 0000000000000000001cecc9135cfabcf742c92985a0c82a90e80a0f45282fc1 3,036 0.93/1.00 vMB 21
587,519 587,519 00000000000000000012ff60daee3495d17a49c01ccc8bc7f4277aee83543d4d 499 0.15/1.00 vMB 20
587,518 587,518 00000000000000000008d81a49f9fa1f3c2160a0042f8de187a929c95b241e5d 241 0.07/1.00 vMB 19
587,517 587,517 000000000000000000078b9bab5bd40a99182245b04f4dc81a6d13f3cae81ac9 1,105 0.35/1.00 vMB 21
587,516 587,516 00000000000000000004053f75ad11f46e259d605c2ca39cb880cc35947c6df1 359 0.13/1.00 vMB 28
587,515 587,515 0000000000000000000d3ecf5c9a40bdbea4510e879b6665eeb38d9939bc3f0a 1,525 0.53/1.00 vMB 37
587,514 587,514 0000000000000000001b5a024446fa85d66b75ba8da0b335c547350e0d45186f 946 0.32/1.00 vMB 19
587,513 587,513 00000000000000000004394d237c2df67ba539501468af53033bc21ccb6b6144 93 0.16/1.00 vMB 22
587,512 587,512 0000000000000000000308a4793e144acd5d844caddcd3d5f4237600a930b12e 429 0.12/1.00 vMB 19
587,511 587,511 00000000000000000011226643a7d990cf138ed2473bddb5722beaea34d52d34 2,193 0.82/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.