Loading Tool

Explorer IconExplorer

Memory Pool

23,834 transactions
10.61 vMB
0.05951688 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.74/200 MB

Candidate Block

Mining Attempt f5696fd6812a2ba7c69f0116c21a17d40e7a92a4a7e4a58090aef3f22e18f31b
Version 20000000
Previous Block 00000000000000000000eaa7b994c149971c708bd50f02ccdb989d396103d993
Merkle Root 8eef15abe4f028efdb894926948c6c78b54f348749e516f6bf9a96e2afdd9baa
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,210
Size: 1.00 vMB
Total Fees: 0.04195073 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,534 (760,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,039 153,039 0000000000000b5c20215a39839d9b39f1decfdd61c9e7f603309a1c72f8c2b4 117 0.05 vMB 64
153,038 153,038 00000000000002bf299b5122c7d9013eff902021515933177381a49f691313ec 89 0.03 vMB 63
153,037 153,037 000000000000033d209abbb528df6cb73435bf1c90633d07d82bfff0de491193 9 0.00 vMB 526
153,036 153,036 0000000000000c7ad654e9a96e86db8d003cd3dd37cb6f5e6ac7107822be4b03 66 0.07 vMB 177
153,035 153,035 000000000000043ac460499e7e87745c8495feaf615bb5a17bb765ea04c9dbea 34 0.01 vMB 8
153,034 153,034 000000000000086a3b7626385df6583c4dfe640e099fb3897cb063e0f9b387dc 23 0.01 vMB 175
153,033 153,033 0000000000000994ecb75184c54f80a8065dd9b483c22bdfa2c1ff76c98023f7 26 0.01 vMB 369
153,032 153,032 0000000000000d49844acbf810685f116dd4474e0de77d6cdc607143431d36e0 4 0.00 vMB 0
153,031 153,031 0000000000000672457f8ff258302cd1295425c2c5b827791f6ec1598af985c9 47 0.02 vMB 174
153,030 153,030 0000000000000495a803db56c1d37a28a2a11971b35d74d9fa48e97806ea1beb 17 0.00 vMB 45
153,029 153,029 0000000000000bb8bb75915bc7bf3ece20c65bf9671326480338dbd811f2addc 36 0.01 vMB 158
153,028 153,028 0000000000000d9a8df2914cbe328fa6cc38afebb029c501c443291069ea6b03 20 0.01 vMB 37
153,027 153,027 00000000000005000ddc87a16d9e44c41be7afae8414b069c6a8e68dfc3e65fd 1 0.00 vMB 0
153,026 153,026 00000000000008e5cc5dc3bad8460cd831035f6e36c04290b1462ea56e0a1552 15 0.00 vMB 45
153,025 153,025 0000000000000cda4be328fa8a3995b062b4c2a7a3c79dac1df1104170ba667d 41 0.01 vMB 93
153,024 153,024 00000000000009a560b963fa941bc56060f2cdc1deff35f953f4dd841cf014c1 57 0.02 vMB 123
153,023 153,023 00000000000006a86a1bd2bbd23b7fad538c3352805a68b3d97ef70ee48934b7 54 0.02 vMB 186
153,022 153,022 0000000000000a0474951cd34c4fe22dec041e404fb1bebe5ae3242100fd7412 79 0.03 vMB 238
153,021 153,021 000000000000002500c55b702aa21dd72da202a8e1be31384b708dfd112a2c1c 12 0.00 vMB 323
153,020 153,020 00000000000004feb9fd02e5420fc1d3d950ecfd55c36256b3aaebdccbb8bc88 73 0.02 vMB 0
153,019 153,019 0000000000000348e48396f5cb0da0b0b4c9f5b9b82fc7f15cdc772943bbad25 50 0.02 vMB 34
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: 108
    • Outgoing: 10
  • Data Transfer:
    • Sent: 404.22 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.