Loading Tool

Explorer IconExplorer

Memory Pool

79,036 transactions
29.26 vMB
0.12184603 BTC
Random Selection Loading Transactions
Max Size: 176.45/200 MB

Candidate Block

Mining Attempt 9b07a346dfb0e2f249930bf2976ec31c229abc8b84d0d955e606fee527cfa66d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0ab86daf448555f04c6d8e64676bdb1cb396b696f65e022e5dda83b5be769df6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,226
Size: 1.00 vMB
Total Fees: 0.04438602 BTC
Feerates: 150.80 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (560,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,282 354,282 000000000000000012aef5ae6c95c83ca63308f66bcc10e1554e3dd969b90262 1,861 0.92/1.00 vMB 27
354,281 354,281 000000000000000007f1c349ef1ca66c2bbe8570ceb9d6d4e185112e181d18b4 591 0.24/1.00 vMB 31
354,280 354,280 00000000000000000e02f88aa445e33ae247163b9c010fbca921ef6eed585517 410 0.20/1.00 vMB 24
354,279 354,279 0000000000000000050148f29f7c9eb6f3b24ae971b49fdc63c2830189b09af6 1,142 0.61/1.00 vMB 26
354,278 354,278 00000000000000000cb369e8062e1ab1eefa7b53e0577aac247ed2e9f466e38f 132 0.08/1.00 vMB 23
354,277 354,277 000000000000000015d5ecf26af1e9507fe9eef9062d9da43911acaa38d35a40 509 0.27/1.00 vMB 20
354,276 354,276 000000000000000014cfcee3937d2a25ade718c37330d8d1b5e6f4260695239f 152 0.28/1.00 vMB 11
354,275 354,275 000000000000000012f7fec1ba6b7b14789962e682f4311481d906b2612f7188 1,459 0.90/1.00 vMB 23
354,274 354,274 00000000000000000326b4cc2073cbedbac25c476a92630be5fc458932e9dbb4 2,559 1.00/1.00 vMB 34
354,273 354,273 0000000000000000082a438f0aed4c40fd294203c192da3b16de56bfa0df2468 258 0.11/1.00 vMB 20
354,272 354,272 00000000000000001168891884c9bd9def19841e098cce6f059780e35a82ce6e 1,479 0.66/1.00 vMB 29
354,271 354,271 00000000000000000db9fe06f1717677e05ddbdb23ee936ac07158cdb22340f6 120 0.10/1.00 vMB 6
354,270 354,270 0000000000000000118e4619a4ddbe4036a897c5a8ef4c0087d45ecf7e3ecd32 911 0.56/1.00 vMB 22
354,269 354,269 00000000000000000dc89b55d6f32f0db4d44197aa5b1155eb748825640ca983 1,344 0.70/1.00 vMB 26
354,268 354,268 000000000000000001ed9756fda665d3c22ae6288e40c09d4bcf82ca4ee46cc3 1,135 0.49/1.00 vMB 30
354,267 354,267 000000000000000000c4a6570d47f39dd7ce11d65a2a194d0fdcd8ce4f9b0aa9 470 0.26/1.00 vMB 10
354,266 354,266 000000000000000008222bbae29342db27cb915630c9cdf34e2ce5076feaf2ad 2,256 1.00/1.00 vMB 31
354,265 354,265 000000000000000009ede98271879c169fd6fbadffcb92d98022e83f364078a0 1,672 1.00/1.00 vMB 24
354,264 354,264 000000000000000001a784dfa7e1f7dae0bebb582d59f179a35e6251ba5b305c 2,170 0.75/1.00 vMB 38
354,263 354,263 000000000000000012da4f0b22ae6eeeb2c454081ffe3d47e2920c06181a6f0c 535 0.28/1.00 vMB 21
354,262 354,262 000000000000000004d9678eee3359657e127a55dbd7eab9b94f54c41a199960 303 0.16/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.