Loading Tool

Explorer IconExplorer

Memory Pool

13,385 transactions
10.58 vMB
0.03572284 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.58/200 MB

Candidate Block

Mining Attempt 88e8df0918a83f5556b6300cf4ab2dc4b272f14047da691b1ff69e333e1d0c41
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root 301f0cab97cd7565e6a67b5509dcf42b2a963e5f73f955b1ea98660ae52987dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,948
Size: 0.99795775 1.00 vMB
Total Fees: 0.01901290 BTC
Feerates: 103.55 > 1.91 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (785,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,802 128,802 000000000000242c3be505e96c6efca13d196199368b59950a4c1f7aaec54683 25 0.01/1.00 vMB 397
128,801 128,801 00000000000006618ccf0e32eeff612e049017044a1c909dc3399ac9cb307848 10 0.00/1.00 vMB 340
128,800 128,800 0000000000000225cf04dad9ed66fd789c24330d8c95a1f8e8cbe82611426a47 159 0.05/1.00 vMB 89
128,799 128,799 000000000000265c6d28b830dd854254364102934c125db95c15a8c809e59a0a 16 0.01/1.00 vMB 1,915
128,798 128,798 0000000000002010232608be05c3638e0a937e007ea53098c1f98cd98ecc71dc 50 0.03/1.00 vMB 808
128,797 128,797 0000000000000305f21ca0129d2fe158d2b54640d558ef9dc154747080a2a053 50 0.01/1.00 vMB 3,053
128,796 128,796 00000000000001823bc16813c60628e9f38fe68c19440ce8b079ac4bbf1edee3 33 0.01/1.00 vMB 612
128,795 128,795 00000000000003a9d09e922c826706740f80169eeee52cbba5b3d19304079e5f 35 0.01/1.00 vMB 398
128,794 128,794 0000000000001ce6b835930bc8358b6d271dea0c5ba68821be30c92197dbf59d 20 0.01/1.00 vMB 591
128,793 128,793 00000000000008355c464bf3f06b139958ba7f86da365a2728987f5c32130319 45 0.01/1.00 vMB 2,331
128,792 128,792 0000000000001727c99c3508653952ba31e2bc63a011c003ba085a61e1269cb5 63 0.02/1.00 vMB 2,161
128,791 128,791 000000000000082ca383f57f5250143c4d77034d2356a5693003168f2c1a3e2e 24 0.01/1.00 vMB 432
128,790 128,790 000000000000154a429af35b2d1e8d17c8e6857efbef58826c605f051b2f0aa4 8 0.00/1.00 vMB 0
128,789 128,789 0000000000000cd7a9ca8562e6c5b02e463b248f23a923202a9dfd1367755bcb 78 0.03/1.00 vMB 443
128,788 128,788 000000000000042609f3e3019c323add9bdda322c82bb2215e8bfad3a4849841 30 0.01/1.00 vMB 181
128,787 128,787 000000000000041f5f53df1e5d89f569beec471013ce2b49f4d1a9441c94a8b7 8 0.00/1.00 vMB 2,131
128,786 128,786 00000000000019f40f3988872e82fe9a4e27eb89a71297756fc754182aa622fb 45 0.02/1.00 vMB 488
128,785 128,785 000000000000207f94b3a9759a6dfb1e549bf771acb3d6838004e917cc3f87e1 39 0.01/1.00 vMB 551
128,784 128,784 0000000000000457bddbcca498450c9ba36fc615352841218687f81f9819664d 139 0.05/1.00 vMB 566
128,783 128,783 0000000000000f4b0aa11442a0970d3ca4b92acdaa06cb4fded59d8df301fd6c 43 0.02/1.00 vMB 976
128,782 128,782 00000000000025b3146203fa94a6c79311f2de999bb080fa90b43146db15cfc3 18 0.01/1.00 vMB 1,112
Previous 10 blocks ↓
Total Size: 780.29 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: 516.94 GB
    • Received: 4.49 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.