Loading Tool

Explorer IconExplorer

Memory Pool

81,573 transactions
30.58 vMB
0.08239625 BTC
Random Selection Loading Transactions
Max Size: 187.13/200 MB

Candidate Block

Mining Attempt 9725e6ec52c685c78c4fdd115de43c48c82948c7d876c73efd699e9b7725ad62
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 175e2b0f63fa2a13f05269e10f636b7d921af955c3654e57a7da175302638cf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,139
Size: 1.00 vMB
Total Fees: 0.01247905 BTC
Feerates: 150.61 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (16,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,004 899,004 000000000000000000006d0dd91d51d2a2ee7c3abf0906e87d71521d2c13af54 3,870 1.00/1.00 vMB 2
899,003 899,003 000000000000000000009d5b9c582105b2144a092c34fdbe61311bd181e73640 3,765 1.00/1.00 vMB 2
899,002 899,002 00000000000000000000686cd98810434a94177c6899c57b2e79e1d72e3e8eb3 3,663 1.00/1.00 vMB 4
899,001 899,001 00000000000000000001c2548a0a7ff65c16266aa5fa4d45a6f748c0a3b53b7b 2,215 1.00/1.00 vMB 4
899,000 899,000 0000000000000000000173806f24e8279ef64e12d27691528c522256e5a366d2 3,295 1.00/1.00 vMB 1
898,999 898,999 000000000000000000016a773ddded9dd0208db7a5e6cabb13929e0ec20d4be5 1,306 1.00/1.00 vMB 2
898,998 898,998 0000000000000000000228b316b46ee9992b14299878d866f24820b7f518eac4 3,797 1.00/1.00 vMB 6
898,997 898,997 000000000000000000014bfcfee0e6242a8f5f6fba752e35923dbebf277402f2 1,033 0.27/1.00 vMB 2
898,996 898,996 0000000000000000000135a94cb00e43aee2545fc0b9e7972fce96d1487ace96 384 0.07/1.00 vMB 1
898,995 898,995 00000000000000000000b0b86cc114a7c71b16b50c058da74f6636492c69216f 3,287 1.00/1.00 vMB 1
898,994 898,994 000000000000000000019f9c204d2b961b85f93bd7f054625bcf01a84184562b 3,256 1.00/1.00 vMB 2
898,993 898,993 0000000000000000000118f2de4e3f7733bd1b7df14312d08b15092385ed86e5 3,602 1.00/1.00 vMB 2
898,992 898,992 00000000000000000000bc534f0712eab8525879c04396fa38e77660a55c3f07 2,914 1.00/1.00 vMB 2
898,991 898,991 00000000000000000001f2951154aba694bc6a8c67b1102e2b071a75a5b14ec5 3,913 1.00/1.00 vMB 2
898,990 898,990 0000000000000000000162c09833f8a6919953d8ff68ad85301c668f2519826c 2,350 1.00/1.00 vMB 2
898,989 898,989 0000000000000000000195d7572b1d7cb8bc9cb348ec91fefe8f1c0c568673ba 764 1.00/1.00 vMB 2
898,988 898,988 0000000000000000000100d4ac6ffd128558189da0c9c580d9e6470f428f72be 2,808 1.00/1.00 vMB 2
898,987 898,987 0000000000000000000247c21d9ab64e97fa73b3bbdbdefa3de417278e9b15db 5,139 1.00/1.00 vMB 3
898,986 898,986 0000000000000000000221360471efa2c8c8875df93b8cc63242da888974b8d7 3,479 1.00/1.00 vMB 5
898,985 898,985 000000000000000000019b42022c5fdfa3366e7a46e74fac2f6e61d3a8ae5cc0 3,335 1.00/1.00 vMB 3
898,984 898,984 0000000000000000000008193183e2dacdef5c5899bcda61c2b570a5c09f6176 4,038 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.