Loading Tool

Explorer IconExplorer

Memory Pool

45,458 transactions
28.88 vMB
0.12815599 BTC
Random Selection Loading Transactions
Max Size: 150.68/200 MB

Candidate Block

Mining Attempt 9fc686b3c1cf69d2431197a9f124baffe915a09ede5a8ddd1b0795619e0cb662
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root 66e9d8aee5aa22970ee443320f494257cceca873ce60be663c406a0c529950e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.03979891 BTC
Feerates: 201.13 > 3.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (324,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,008 590,008 00000000000000000015b3eb7ec8c7b7580ee4050a598e0fc107f9cfa321f550 3,425 1.00/1.00 vMB 53
590,007 590,007 00000000000000000009b8bf0d1139237a0a17ffb749d91fbc7be0f5dbec1ea0 2,666 1.00/1.00 vMB 52
590,006 590,006 00000000000000000014aa44bb77eb34a48a3ad4da1accf39332ac96f92c47ea 1,527 0.46/1.00 vMB 39
590,005 590,005 0000000000000000000c046dcc95b75ac5626acd4de555c7ead53edcaf520f5e 2,047 0.94/1.00 vMB 8
590,004 590,004 00000000000000000012c66ec1a3e270053493adc21cfa5849ac6a71d9939261 1,726 1.00/1.00 vMB 17
590,003 590,003 00000000000000000018fbdbe8edc0e68dfa53aa8d0a01f7e07c29c66d5b5c06 1,774 1.00/1.00 vMB 2
590,002 590,002 00000000000000000005011caa965b825c37f637dc299da810eea310a7951d05 2,666 1.00/1.00 vMB 3
590,001 590,001 00000000000000000014c339a34d2bbb09435e977053890c16e7344147096b58 3,092 1.00/1.00 vMB 48
590,000 590,000 000000000000000000061610767eaa0394cab83c70ff1c09dd6b2a2bdad5d1d1 2,195 1.00/1.00 vMB 77
589,999 589,999 000000000000000000161d779727aa90274f747a67b604abc079d315468e79e0 3,108 1.00/1.00 vMB 43
589,998 589,998 000000000000000000019fb4a94294126d9cdf1176d85cf2a26046009b8cb80c 2,728 1.00/1.00 vMB 78
589,997 589,997 0000000000000000001a3b100e169b46e98a029dbd0c140874cf401819dc1c2b 2,621 1.00/1.00 vMB 45
589,996 589,996 0000000000000000000edae374b4c1975102d97a9bcf5ad4bbe1134a3cf9041a 2,182 1.00/1.00 vMB 15
589,995 589,995 00000000000000000007aa1fc88a07fa05a95be79ec447e05b219e412413d116 2,553 1.00/1.00 vMB 36
589,994 589,994 00000000000000000000b422cbced5e9aefa48286d42014255b5341b8205736f 1,426 1.00/1.00 vMB 15
589,993 589,993 0000000000000000001759ba329cefad464a3831b2858935afbf747de2e619e4 3,017 1.00/1.00 vMB 71
589,992 589,992 00000000000000000006940febb02acde1b79268e8ff4d7c8622772cf22438e6 1,738 1.00/1.00 vMB 22
589,991 589,991 000000000000000000140bf9cfe4ea62ce6b84fe545cc016f75b1a51b1974142 2,465 1.00/1.00 vMB 44
589,990 589,990 00000000000000000000cb4d72eac47e66d0c7fd1e28a6309e4ffa57ddde80c6 2,531 1.00/1.00 vMB 12
589,989 589,989 0000000000000000000648bbd6f35501d77f3411183be6ee7f395b4fd45ce0d9 1,824 1.00/1.00 vMB 23
589,988 589,988 0000000000000000001b5776ac3c3d2c7b5e859175dee3bb0e80798708ddc83e 2,906 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.