Loading Tool

Explorer IconExplorer

Memory Pool

87,246 transactions
32.86 vMB
0.13358540 BTC
Random Selection Loading Transactions
Max Size: 199.67/200 MB

Candidate Block

Mining Attempt 0b4a2eb45ef21b50e3923a9f78a38e4487262cb21cda4fae4b54d4fd70cc6508
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 6682d27fcc80af8cff696ea008d0e13397226e3c082cec8b5338fda3ee6e0ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,754
Size: 1.00 vMB
Total Fees: 0.04823935 BTC
Feerates: 300.16 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (50,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,883 864,883 00000000000000000001defe95b82f3ba846cd4fc637a7cfe2974cb4baf8b55a 5,559 1.00/1.00 vMB 3
864,882 864,882 00000000000000000002a0d4d44f0e082689558ce0bf6ec116d347f0f48a2139 3,103 1.00/1.00 vMB 5
864,881 864,881 00000000000000000001ba110a485e89cc0b05ee30f6c3759b7fe1dcbcb933e2 4,095 1.00/1.00 vMB 11
864,880 864,880 0000000000000000000134f02dad9643b52ae1f0afbe4d21feeb2712839cc4c3 5,290 1.00/1.00 vMB 15
864,879 864,879 0000000000000000000079377bf94b65fc3e3c746252ff392dc3267606883cf6 7,332 1.00/1.00 vMB 25
864,878 864,878 000000000000000000009bd0fd12e6850d8003e7f446496793b2421c6a5f0bda 6,597 1.00/1.00 vMB 16
864,877 864,877 0000000000000000000162400f6ed06f6d5738a911a6a8fc3af5f90d53e7c306 5,244 1.00/1.00 vMB 4
864,876 864,876 00000000000000000001d545b28a3219ec8eb9674ba950b96d90b4b127beeb43 3,067 1.00/1.00 vMB 2
864,875 864,875 000000000000000000020bfc8fac07f5837685cdf1ffb3e000ed48216348595e 4,298 1.00/1.00 vMB 3
864,874 864,874 00000000000000000002897179f5c7fa206388ce2d04c03b54f23d645715235a 2,509 1.00/1.00 vMB 6
864,873 864,873 000000000000000000023419b7a2dd45de058c82decc2b27a92ffe44f215a7fc 3,716 1.00/1.00 vMB 13
864,872 864,872 000000000000000000026bb6866043fbfbe79cd44cf1ca419f6fc070acab7078 4,236 1.00/1.00 vMB 3
864,871 864,871 00000000000000000002afdd1f18d35a979477cbf6baf1bc2366724d7d41a15a 3,024 1.00/1.00 vMB 7
864,870 864,870 000000000000000000009dee84da4b99bbab11abed11e5aec70b038d2a7073f5 1,649 1.00/1.00 vMB 5
864,869 864,869 00000000000000000002a2050e08199626c2efce26864728cbf52732cbf34634 3,754 1.00/1.00 vMB 14
864,868 864,868 00000000000000000001dde4f289e0b77f7b26be4f2386c9f3616f4193e09ced 1,451 1.00/1.00 vMB 6
864,867 864,867 00000000000000000000365e95b8d5be5d8e3125c13587a306160132cc4b44b2 2,934 1.00/1.00 vMB 12
864,866 864,866 00000000000000000002a935f3311b26d779d8d83cba25aff5da0d704c0a36f0 2,401 1.00/1.00 vMB 9
864,865 864,865 00000000000000000001c7a401043f13f9b1a460c38023c2fbc94f8a8d121b43 3,521 1.00/1.00 vMB 14
864,864 864,864 00000000000000000000ecfcf0073a9ae7fd9149d643fa462109f5b0777f5720 2,176 1.00/1.00 vMB 11
864,863 864,863 00000000000000000001924bab37e9d87715e84aa7bcd0b52405f893dfe7005f 3,908 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.