Loading Tool

Explorer IconExplorer

Memory Pool

80,523 transactions
34.69 vMB
0.17862892 BTC
Random Selection Loading Transactions
Max Size: 194.24/200 MB

Candidate Block

Mining Attempt 3bd0b1566566f8f89775a879da3fd15b9cca9cea7fb83799eb771b768b5764e9
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 6c3f7f0a7c8dbba1504a5495ab30f73afb39d9ad8401e025a4a3954eaa08ebee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,137
Size: 1.00 vMB
Total Fees: 0.04900225 BTC
Feerates: 150.93 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (44,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,070 871,070 00000000000000000000e573d4702163851ff82f003b2b9c4bbc15a2c774ef37 3,117 1.00/1.00 vMB 15
871,069 871,069 00000000000000000001e564758723287b33f8dea25c880991e5e38bff5c838d 2,265 1.00/1.00 vMB 5
871,068 871,068 00000000000000000000434a6b158b3c9b4b5381dd14003abd3ef37734892f2e 3,122 1.00/1.00 vMB 8
871,067 871,067 000000000000000000006e9fedb7bb3b53d0ef8cb46fedca5d008597ee4b1dff 3,138 1.00/1.00 vMB 8
871,066 871,066 000000000000000000018006df242b02e5d13c4c45ce46c42841a9d3a3c379be 1,902 1.00/1.00 vMB 8
871,065 871,065 000000000000000000024b74f2cd4f75435ad91e4c260a274b8d72894336fc7d 1,760 1.00/1.00 vMB 10
871,064 871,064 0000000000000000000017144a2cff31a47231503e485454e63320d6d14fe6d2 3,275 1.00/1.00 vMB 11
871,063 871,063 000000000000000000000e692b6902c6173b4c7ddd01708141d90d3ecab20ded 3,375 1.00/1.00 vMB 12
871,062 871,062 0000000000000000000147a32ffae15a17c005457dd2e2b3833f1c7f3ff28031 4,256 1.00/1.00 vMB 16
871,061 871,061 00000000000000000001f1b5934df2ff73df01f917422beb18f77dc2d591e29c 3,730 1.00/1.00 vMB 22
871,060 871,060 000000000000000000020e1eff88e07ca1bb0603784b7351438a328825f46951 3,637 1.00/1.00 vMB 20
871,059 871,059 00000000000000000001542315b3028a61e109ed4e1c082c77f9f63db5f9fb60 4,584 1.00/1.00 vMB 16
871,058 871,058 00000000000000000001fc476fc16451fad5d583b1c0ab4436346ca084ecbeb0 5,503 1.00/1.00 vMB 14
871,057 871,057 00000000000000000001865a581b1c100eb4ff1f1c2b8c9bc8655695f2c1808a 4,095 1.00/1.00 vMB 20
871,056 871,056 000000000000000000020ca4911678b68000102f258ae70d891cabbbf9988a8c 4,805 1.00/1.00 vMB 16
871,055 871,055 00000000000000000001f5593ca9e825a70969f6f652cfe4574884417bcff501 4,629 1.00/1.00 vMB 19
871,054 871,054 0000000000000000000129c08b5dff64d96b3675fd1f42e0ba6e1dda52ed8887 4,540 1.00/1.00 vMB 21
871,053 871,053 000000000000000000013ea543d1b9ff9b1de14f741660d2cd81e586b0a8223f 4,336 1.00/1.00 vMB 16
871,052 871,052 00000000000000000001c6f977074c1f3b6508840bffa78606cb8f29a6cbf306 4,483 1.00/1.00 vMB 13
871,051 871,051 00000000000000000001598333f32c5122b2d6ee07894b807f5910e9c02d98ee 5,260 1.00/1.00 vMB 17
871,050 871,050 000000000000000000027d159c9cd2c4cbd2aaac4fd2e016acff3763294a48e2 5,774 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.