Loading Tool

Explorer IconExplorer

Memory Pool

78,205 transactions
34.30 vMB
0.16021833 BTC
Random Selection Loading Transactions
Max Size: 191.31/200 MB

Candidate Block

Mining Attempt aae498e82eba6e09f2fcdc9fb80b0a1bc02269edff0255e538593bc8e1a21f32
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root ea5c68097cfa209302a8373cc6b47c66cdcfb5a22c6b6bd8547f1c15b8139ca9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,098
Size: 1.00 vMB
Total Fees: 0.03847380 BTC
Feerates: 469.97 > 3.86 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (4,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
910,804 910,804 000000000000000000014f6f3a0f571f58a5bc27f8f57e46d1da06b91353e471 3,531 1.00/1.00 vMB 5
910,803 910,803 0000000000000000000128857e7067de80e3b69a22443a8b6258685cb5093f4d 909 1.00/1.00 vMB 2
910,802 910,802 00000000000000000000faeeb09f72556cc73b7ebd10334c152bc45d5c3d3f23 2,165 1.00/1.00 vMB 2
910,801 910,801 0000000000000000000022537f9fa5658f0a89d919495202e3a772b8b73e3d07 2,428 1.00/1.00 vMB 3
910,800 910,800 0000000000000000000182baec4f0006043d41e95f06a8c672d58fd453e14fb9 3,745 1.00/1.00 vMB 5
910,799 910,799 00000000000000000001a90c0fdf5ab4da637a2d82dc1e36e1b1321a82c1d043 4,170 1.00/1.00 vMB 4
910,798 910,798 00000000000000000000172034927f0c7fc8c3655ba7485f4e2aced82f55f350 3,694 1.00/1.00 vMB 7
910,797 910,797 000000000000000000007d0fe3c24a2d5e0cf426f1f8bd0055338fd485cfed99 3,965 1.00/1.00 vMB 2
910,796 910,796 0000000000000000000146ffd690ffb1ec3c9ff8f4d27a94e6572ae582926169 3,615 1.00/1.00 vMB 3
910,795 910,795 0000000000000000000200aaf93fcc5a146d89e1df6a5779ec7c6c9f53ceaf81 3,417 1.00/1.00 vMB 6
910,794 910,794 00000000000000000001d6ee3820e1a83ccdcb39fa519e178e12dac3d86cf92e 3,796 1.00/1.00 vMB 8
910,793 910,793 00000000000000000000209da7a5c7a22455fff2abd1662823b2e6875d072fcc 4,251 1.00/1.00 vMB 4
910,792 910,792 000000000000000000021a7b08a8ec01bbd8d12771e684f8d4334d88342d72b5 4,061 1.00/1.00 vMB 2
910,791 910,791 00000000000000000000457da069a1a472e3f198770199b6a2ea3e2791851e6b 3,347 1.00/1.00 vMB 2
910,790 910,790 00000000000000000001bef88dc4ada69b04357ceb16a12759296014e39ee0e6 3,689 1.00/1.00 vMB 1
910,789 910,789 00000000000000000000c5c8c7fe597b30b6751cd923dcf21e2c4b2aa5e7cb82 3,016 1.00/1.00 vMB 3
910,788 910,788 00000000000000000001b82a469fa1dc9e9118cca93dd67b370a3644c25b156f 2,917 1.00/1.00 vMB 1
910,787 910,787 00000000000000000001d5528b488bebfbb4ec11265605bdab9275a275a58698 3,898 1.00/1.00 vMB 4
910,786 910,786 00000000000000000001fed30689fec08381d8ba3bffe8352ef2baeeed3bf80d 3,525 1.00/1.00 vMB 3
910,785 910,785 000000000000000000006af6c56ba8ec9d6652a7ec1e30c28efb9d464173cfa6 4,382 1.00/1.00 vMB 1
910,784 910,784 0000000000000000000094da54567dea62642c4563c2fee71a1167f79033c9a5 4,115 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 735.38 GB
    • Received: 18.57 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.