Loading Tool

Explorer IconExplorer

Memory Pool

81,516 transactions
31.64 vMB
0.10490348 BTC
Random Selection Loading Transactions
Max Size: 188.92/200 MB

Candidate Block

Mining Attempt db49a88c83c78b5c2cbf4fa006e45411af899091cfdf6f64e0aa3a156219f5ea
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 7ae4954e613f3f903f9615007be1b1ac1f6c1b1a593bce01c15f2bdd38e89056
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 986
Size: 1.00 vMB
Total Fees: 0.02313650 BTC
Feerates: 711.74 > 2.32 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (47,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,931 867,931 00000000000000000000819215d3862c41ff7aeea28c0d5ad88a0eb2c3b60276 6,197 1.00/1.00 vMB 9
867,930 867,930 0000000000000000000028d1fd4dcfb22ec71ec5ff901c3e320cb810046753e7 2,678 1.00/1.00 vMB 2
867,929 867,929 00000000000000000000c977dcafd9d0f98eb98758695e304436e891f55c8917 2,936 1.00/1.00 vMB 5
867,928 867,928 0000000000000000000211c7467856ac4eb640c61f53a8d34c99e93d4dbfa810 3,237 1.00/1.00 vMB 8
867,927 867,927 00000000000000000001784408e3144779599bc47c747c46da2ef53b8eba77c6 2,730 1.00/1.00 vMB 4
867,926 867,926 000000000000000000023810cfed1a673a939d5d9c5eb16aa7291bbe5b0e26de 2,264 1.00/1.00 vMB 5
867,925 867,925 0000000000000000000187429492c8f3a20becc1b9cd95b3657c3df1e5a19fca 3,396 1.00/1.00 vMB 8
867,924 867,924 000000000000000000002c7a7f46df475a0775739c93423d62175e718f21b82d 3,605 1.00/1.00 vMB 6
867,923 867,923 0000000000000000000273772793f987bc0552b66e1f5532bb11a7bfb64e921f 3,346 1.00/1.00 vMB 6
867,922 867,922 00000000000000000000bc7a79d6af84776e0adc27792d6be62fba39242be75e 3,560 1.00/1.00 vMB 14
867,921 867,921 0000000000000000000265e8f6a17c0ef6915d3da9ddaec83f31852d830b96e5 6,771 1.00/1.00 vMB 2
867,920 867,920 00000000000000000002a17cf9c16e24a150e1c83cf50d78efd2ca363aefaed0 6,018 1.00/1.00 vMB 3
867,919 867,919 0000000000000000000011f3a294b50529d1274fbfd1bd2b3f45d686595ae6dc 7,126 1.00/1.00 vMB 2
867,918 867,918 0000000000000000000196e586592f0115b1d44412d7cce2e9b7e1b2655a7664 4,028 1.00/1.00 vMB 3
867,917 867,917 000000000000000000027cc0762b6e33722b3c92ad4dff25b5ffa1b820b8df15 3,759 1.00/1.00 vMB 5
867,916 867,916 000000000000000000021c72d38c144643084159fb4745b2a3f813f0e8452c90 3,517 1.00/1.00 vMB 5
867,915 867,915 000000000000000000027def548b6df08d1a892ee226282c4ea2dc93fe809f42 3,074 1.00/1.00 vMB 2
867,914 867,914 000000000000000000019231fcb88970e05df8e8dadd0b2d09ed7d2f74275f4d 3,508 1.00/1.00 vMB 5
867,913 867,913 000000000000000000023e348373d356f9c789f312699ce000c595f18923a8bb 3,727 1.00/1.00 vMB 6
867,912 867,912 00000000000000000002096bd2833453d38ac764cc8d5de21caf9939786f6df6 7,802 1.00/1.00 vMB 1
867,911 867,911 00000000000000000000e642339c8f7469038905d3424b1b6235688355d2041e 4,720 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.