Loading Tool

Explorer IconExplorer

Memory Pool

48,441 transactions
27.47 vMB
0.07631255 BTC
Random Selection Loading Transactions
Max Size: 146.42/200 MB

Candidate Block

Mining Attempt eb3cd148f1652e7bbbd89909df7014dbc9c5bf2405b81e19f3a3d9b8e5da8a88
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 48663dc926471a6a1cd1a898d227ebb43fcd513eb394a69a64fa8ff015bd35ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.02474903 BTC
Feerates: 150.92 > 2.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (335,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,536 579,536 0000000000000000002090b6fd1ffb5ea480d91b246b9a7c8c33adf84f72d750 2,844 1.00/1.00 vMB 137
579,535 579,535 00000000000000000016864b960813d8d2c728503988de2d43937acc9f7ddd3d 3,101 1.00/1.00 vMB 180
579,534 579,534 00000000000000000003b94dd279f788d4c8bd3d6e67c101cfa01ea489d63bd4 2,815 1.00/1.00 vMB 69
579,533 579,533 0000000000000000000ce4091fbbbe3ae2087530fcd6bfc8227f6860c31694bd 2,068 1.00/1.00 vMB 57
579,532 579,532 00000000000000000003f97ea17b4c3fe3200ff0115ffca12e8c9f38e5ad6e64 2,745 1.00/1.00 vMB 111
579,531 579,531 000000000000000000100c1ca8de7bd5ac22a329b19b21a4d05e9c5f80b9fa77 2,034 1.00/1.00 vMB 107
579,530 579,530 0000000000000000000d0bb605608c5d4bc707c412a0a7216e4593baf39ccc11 2,749 1.00/1.00 vMB 115
579,529 579,529 0000000000000000001b1c2de845440b677a5db377f015f12dc504bd89852e84 3,279 1.00/1.00 vMB 162
579,528 579,528 00000000000000000012cead81530d481d461daef60b8017a4379ed5a1731dda 3,007 1.00/1.00 vMB 127
579,527 579,527 0000000000000000000da9e6b5c3008318a00eb1ef4806f1e80936827b2deb12 2,256 1.00/1.00 vMB 80
579,526 579,526 0000000000000000000e3c7051b777aaa3226c372b1cb19ab49b11d140f31c95 1,559 1.00/1.00 vMB 102
579,525 579,525 00000000000000000014d9ea74c4fa01b9603d3aa8ce2e321b635b1a29c20adb 1,946 1.00/1.00 vMB 56
579,524 579,524 00000000000000000014c7c440967f1567609d5dc430efa6a7b45a76c534a5ed 2,208 1.00/1.00 vMB 74
579,523 579,523 000000000000000000100a412ef879f4e74e67043719ad150113edcc9a687db4 2,336 1.00/1.00 vMB 93
579,522 579,522 00000000000000000019bb90cd4c469d2e5f841bd522a13e562fc3457264a4f0 1,496 1.00/1.00 vMB 63
579,521 579,521 0000000000000000001c53b2eb87524f7b54d5720a725a35570236b9560fe23c 758 1.00/1.00 vMB 55
579,520 579,520 00000000000000000000ace5b2a9752fea84bfdc042cf0063d14609ed8f3c056 742 1.00/1.00 vMB 54
579,519 579,519 0000000000000000001ecf5c1fac38d6da7b16cee006cf14451dad6fbc956cb2 2,824 1.00/1.00 vMB 104
579,518 579,518 00000000000000000002a88183c7808f7217db5163892f7263cb9800d9f58aa6 2,274 0.85/1.00 vMB 62
579,517 579,517 0000000000000000001f37bf85a571e29f7618bfb836f8afd8467d189f1980c2 1,959 0.82/1.00 vMB 58
579,516 579,516 0000000000000000001732ac5be74d08bc20b9656de1c39ea429397663c6ccc1 1,927 0.92/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.