Loading Tool

Explorer IconExplorer

Memory Pool

44,375 transactions
26.55 vMB
0.05650816 BTC
Random Selection Loading Transactions
Max Size: 140.09/200 MB

Candidate Block

Mining Attempt ecf8affb6e5f93392ed9b6bb07023559722abcc798081485794b4ccb5b992d52
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root aeefcc3232ade494fbce35698424199eba4a9c583a8b96b1b54d4e4dbf3a7ec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,329
Size: 1.00 vMB
Total Fees: 0.00774434 BTC
Feerates: 54.71 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (388,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,626 526,626 0000000000000000001d68ecc0a8e89f0dd2bf042fd319771a2d90df4bbef491 1,249 0.55/1.00 vMB 25
526,625 526,625 0000000000000000002ac04d16ba01e0a64f21f4689492fc382a0a672d3f20ef 1,530 0.62/1.00 vMB 10
526,624 526,624 0000000000000000000441c5171b7f10942d7ac474f2e7ec3be55f06fa1bab1d 3,285 1.00/1.00 vMB 5
526,623 526,623 00000000000000000010fe3407914fcd78d80b3e51c752ff49c146b4db6deed3 2,422 1.00/1.00 vMB 30
526,622 526,622 000000000000000000207aea4a4662977d881ca689b90a3a6799ccb995d079a2 1,119 0.52/1.00 vMB 19
526,621 526,621 00000000000000000038c619f0daa4bb51cc117aee729aaa64cf0bfe1a8c9cd0 2,144 0.82/1.00 vMB 19
526,620 526,620 0000000000000000001645eee7f6a7c72a848534ed62d407a155e7f0511d35eb 2,000 0.77/1.00 vMB 5
526,619 526,619 0000000000000000002a8f8ae8ff35594795ce1374177b932e20635d7466e6b3 2,901 1.00/1.00 vMB 21
526,618 526,618 00000000000000000010ca516744a9d18eebd966e2e9ec09df6f683e728529ee 2,620 1.00/1.00 vMB 17
526,617 526,617 00000000000000000035b3bf08b9eefd5c80df97758bd4fd1e489f172386021c 2,694 1.00/1.00 vMB 24
526,616 526,616 0000000000000000000ba824898d6958d7c4d81a03f0a01e212bad4887746732 3,522 1.00/1.00 vMB 8
526,615 526,615 0000000000000000001c08d61de63c361ed15318f5cb73d16557e3bc7d4bbcdf 2,245 1.00/1.00 vMB 28
526,614 526,614 0000000000000000002dd0b34eba69942c65ba0c0c611c9eb49a07b2a1fc1168 1,001 0.45/1.00 vMB 23
526,613 526,613 000000000000000000084790864a30bdd6fcd0e86e2f37e78d25215dbe590a37 1,251 0.41/1.00 vMB 16
526,612 526,612 00000000000000000027192b16f26fc05f8a8d6b1388734ba5befd73d986b8f3 2,067 0.72/1.00 vMB 20
526,611 526,611 00000000000000000012aa1876926b2f37abbb226acd084072638050556be047 1,928 0.65/1.00 vMB 17
526,610 526,610 000000000000000000009a2afff8b15c922f37018923d0d562898fc7389becb3 600 0.19/1.00 vMB 14
526,609 526,609 00000000000000000016fee54ffd2dcc6f39c5644de7bc99f59096eb0475d109 1,851 0.75/1.00 vMB 21
526,608 526,608 00000000000000000027c70b4393128b34b9361013eeb913abf263715b9cfe87 874 0.28/1.00 vMB 16
526,607 526,607 000000000000000000233217a2e1da068efac13e4cb250f34527e8e27562d16a 1,637 0.77/1.00 vMB 25
526,606 526,606 0000000000000000002945271b43a8b1f1b36ca159c7c4d92c79453471d46d7c 2,352 0.86/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.