Loading Tool

Explorer IconExplorer

Memory Pool

57,062 transactions
33.25 vMB
0.09962134 BTC
Random Selection Loading Transactions
Max Size: 175.53/200 MB

Candidate Block

Mining Attempt 74f4db7834528bee330062ab57fe0a89f62323d578ce37f69daa8e8fd260ff2c
Version 20000000
Previous Block 00000000000000000000597e87597e1e491d5218a2df4c73a7a79bb55fbb3eb3
Merkle Root fb1e8069c6e65ffc650850f271e6f936fc79fa908af9c1f0482a89969f2b60b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,983
Size: 1.00 vMB
Total Fees: 0.03014490 BTC
Feerates: 71.18 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,429 (394,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,808 519,808 0000000000000000003d033fa74c3a56f30576f9c47bf4a622c804c357d31eae 1,698 0.72/1.00 vMB 43
519,807 519,807 0000000000000000001e4f7c1b2b3c20a657d3ea5f490b8cb4da58f2f6038676 157 0.07/1.00 vMB 12
519,806 519,806 0000000000000000001ef2fcf50abfd7c2eda751f742dffaf84b61b4916c24fe 269 0.11/1.00 vMB 95
519,805 519,805 0000000000000000002ddf58a544b3ff3d69bf18adde1e37f523e98b61280b89 1,614 0.70/1.00 vMB 19
519,804 519,804 00000000000000000039d818c2a48a0fef0f1865f0d5e4dd0126cf8e045e1a2f 1,042 1.00/1.00 vMB 91
519,803 519,803 00000000000000000028f73decfb44425bf818c554389446845b392b41ef5820 3,069 1.00/1.00 vMB 63
519,802 519,802 0000000000000000004742e6d15b7bdd85c7ce4b0bed33fb31e6e35e6905e6c8 1,290 0.75/1.00 vMB 22
519,801 519,801 00000000000000000026c5358a06e655e96c7e49980104d5d3be179cb80240e4 3,090 1.00/1.00 vMB 61
519,800 519,800 000000000000000000400dbef658416db9589279c61beb67c9f0ea3677646ca5 1,208 0.41/1.00 vMB 53
519,799 519,799 0000000000000000002f33946fcfdd8a6fca76970072af9a35db909c0c741a65 76 0.04/1.00 vMB 23
519,798 519,798 000000000000000000148d15613034b20cdbdcbc5350a0acbdff1edd3f87955f 1,916 0.71/1.00 vMB 40
519,797 519,797 0000000000000000000cd1c2c21836be7ee8cad3b5b18adc86fb464b7c3615f0 477 0.14/1.00 vMB 50
519,796 519,796 000000000000000000142f7c6b73090a626fd75c0687dc7d7d53d5052301e7ba 194 0.06/1.00 vMB 54
519,795 519,795 00000000000000000020067dd74ca5775d5100bdfe0da02c776d9685b41ccfe4 230 0.08/1.00 vMB 53
519,794 519,794 000000000000000000443be6bc1497c1445d4de233b23214744d06f89f23d2af 458 0.18/1.00 vMB 63
519,793 519,793 0000000000000000000c6597452ff58e2d55e564c63071600de151a2e640dc08 310 0.28/1.00 vMB 57
519,792 519,792 000000000000000000420a43baae30c6c6eeb1980f74611016e8a7b2446d4b68 853 0.38/1.00 vMB 49
519,791 519,791 0000000000000000003606177584a7a04e89546412ec0776e69ae5231e2b048e 2,178 0.89/1.00 vMB 44
519,790 519,790 00000000000000000007fd77b65a3d362626a9d9d04fc19e12576025539ca876 1,918 0.72/1.00 vMB 51
519,789 519,789 0000000000000000000fb631472b7c04fce44a8203961f89e1d7c851d3782442 1,308 0.51/1.00 vMB 44
519,788 519,788 0000000000000000001921e588d076a05a7109cf903d3b830ed203eafb7cc837 2,133 0.86/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.37 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.23 GB
    • Received: 10.38 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.