Loading Tool

Explorer IconExplorer

Memory Pool

80,815 transactions
30.49 vMB
0.08977180 BTC
Random Selection Loading Transactions
Max Size: 186.15/200 MB

Candidate Block

Mining Attempt a7cf4e9aba131a39a0da2ad07afa3d01efa6297a9ae2c553539ebad78f8b7c6a
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 2dea7d9a6a028edf70fb6979b940558468cc7b3c887864427362c14bebd59a08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.02041064 BTC
Feerates: 151.00 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (105,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,490 809,490 00000000000000000000c23ed110a5695004de854158e02a8cb2504d2438cba6 3,265 1.00/1.00 vMB 29
809,489 809,489 0000000000000000000276a72a9dd8f5e44f8e4d7ab807ff43b9415585f7cb2a 1,114 1.00/1.00 vMB 12
809,488 809,488 000000000000000000026567642d9e6cfa828b750f6e2800e4a71beeb85db4e3 1,088 1.00/1.00 vMB 12
809,487 809,487 00000000000000000001c90a14cda8a60c094e5fdecfbddf0133babda68f7bc0 2,154 1.00/1.00 vMB 19
809,486 809,486 0000000000000000000444a355d04583eb379c832c60acbb24e67716c4ba9504 1,070 1.00/1.00 vMB 11
809,485 809,485 00000000000000000003ceecc0a5ab4f1da2eaa35a73c7edc6cfa09557bb7553 2,011 1.00/1.00 vMB 21
809,484 809,484 00000000000000000003c135db96a76feabdc676a7779177b84b1393481538b3 1,887 1.00/1.00 vMB 14
809,483 809,483 000000000000000000028ad5ff8c69988a2e61cbe2bd3cd3169587b73a82faed 1,815 1.00/1.00 vMB 17
809,482 809,482 0000000000000000000484ea920c3ee943e157ab95ad66344b6a218a94232a9c 2,368 1.00/1.00 vMB 19
809,481 809,481 00000000000000000003830cce2310d84f0dad692540e108bb448254cfa330e5 2,470 1.00/1.00 vMB 31
809,480 809,480 000000000000000000016447a4aa208ec4e3747d6066b24ff7cd6cf4ea684919 2,646 1.00/1.00 vMB 18
809,479 809,479 000000000000000000014e10800dae7098677099720349888fb1b8e000b0d4b0 3,925 1.00/1.00 vMB 26
809,478 809,478 0000000000000000000261a0b5d3836c8bd1785946118e01ac989e7a4b228ce5 2,945 1.00/1.00 vMB 36
809,477 809,477 000000000000000000035e97e7f10ecdfb1ec759c619ce847f8429de850f1903 689 1.00/1.00 vMB 12
809,476 809,476 000000000000000000045b7d6e02a875102f98d7cec6863d925209514baa312f 1,028 1.00/1.00 vMB 12
809,475 809,475 000000000000000000036b581b8359632b2fa6cf43194563d8ea9b0d3b2d28f9 790 1.00/1.00 vMB 9
809,474 809,474 000000000000000000007e710fe54f2abed03f85b66a81b80ee84bc64a30b86e 2,003 1.00/1.00 vMB 19
809,473 809,473 000000000000000000018705b96fd9a3d1557d3c53bac8bcfce3baa7931c4116 2,101 1.00/1.00 vMB 19
809,472 809,472 000000000000000000030c5434d647677d0cc232191e96b8474e40ae0e1c6d0b 2,830 1.00/1.00 vMB 30
809,471 809,471 000000000000000000038936a6bb5f7b16da35a3f225f7ce7990287f2e213bd2 1,917 1.00/1.00 vMB 32
809,470 809,470 000000000000000000046f9fa2e42eaea4be9b2377f1767b8478761f91a18883 2,966 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.07 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.89 GB
    • Received: 18.29 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.