Loading Tool

Explorer IconExplorer

Memory Pool

23,673 transactions
10.55 vMB
0.05833671 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.38/200 MB

Candidate Block

Mining Attempt 5342bb0eb9aa1bb6602b517de9475c09ebf0972841077d15a7586232e8ecc46a
Version 20000000
Previous Block 00000000000000000000eaa7b994c149971c708bd50f02ccdb989d396103d993
Merkle Root 3e676eda2a6294029d5ee333b934974be6fc7eb4c57d7edd65265505fa290c0d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.04089263 BTC
Median Feerate: 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,534 (763,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,574 149,574 0000000000000020eb66d556883a9dd1b94d8021f81444bc031817a1efbb1a86 1 0.00 vMB 0
149,573 149,573 000000000000046cb0f8a4cb39af880c7864c2fdea0816311c66c82debdd4b0a 28 0.01 vMB 75
149,572 149,572 000000000000081cd09ef5049ac2071202c0c79ff20573e23a538c1629a70e97 21 0.01 vMB 232
149,571 149,571 00000000000004f5bda3a7d21f3e4568574b0d262203bb9d37eb235ba8ff0289 4 0.00 vMB 0
149,570 149,570 00000000000008162d2dd8838b3f9be74bf37dedef80b4a7bf7b995b4d385ae3 123 0.04 vMB 56
149,569 149,569 0000000000000286651372c25eec8362846ea354dade5635fa66204a59473419 25 0.01 vMB 248
149,568 149,568 000000000000009b39bfb9e3ad7fb86b01716b39c4657ccffb0458642aadb0cd 42 0.01 vMB 82
149,567 149,567 000000000000080dfcb6916f92b5f25bd9bc9b454064af42294e75c347a0410f 5 0.00 vMB 141
149,566 149,566 00000000000007f15f96109636a6c1df7ca1e9d3638d3b7da26c66fc732e708d 31 0.02 vMB 14
149,565 149,565 00000000000004d9894eea1ad808c9e671ff3bace453480b11300dbda337252b 133 0.07 vMB 209
149,564 149,564 00000000000009570b184b441bcd899615a14d4338148935fdc84e17072fdb40 72 0.03 vMB 98
149,563 149,563 00000000000005e6f083f1ed096c38b52f2c41abf45a610e2366fb3ad164c733 36 0.02 vMB 65
149,562 149,562 000000000000069387547f7208a7bd7f5b142afdb655e2ad733cb743de51ebf7 149 0.05 vMB 69
149,561 149,561 000000000000052d81ad5a29442bca21739cab534105ba952971bd8c317d23c3 86 0.03 vMB 57
149,560 149,560 00000000000000252849f4757ad08ccd6926b50a8d0911dcc76b744ff98dadef 136 0.07 vMB 162
149,559 149,559 00000000000002368892f5ae693f70a9800cc405923ab4cf21d53c6c517fda30 17 0.00 vMB 44
149,558 149,558 00000000000006459b123dd4c8e04edc35a9bcf758fcf72ce69558ea7f3b84c7 22 0.01 vMB 147
149,557 149,557 0000000000000140bbf3ef1acc601d51e7e5352369743af4afd1ecc5979b96f0 70 0.03 vMB 152
149,556 149,556 0000000000000416076f7d5e98340b16fee98062b72702e36263d05e35eca7ed 45 0.03 vMB 466
149,555 149,555 00000000000000eda3bd0102d16cb7f59c626e693e30dfcbac77f227da06c595 126 0.05 vMB 47
149,554 149,554 000000000000056479a67a777e7177c1b242413aefa5ac14f0efc9c79ae4b34a 34 0.03 vMB 86
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

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