Loading Tool

Explorer IconExplorer

Memory Pool

51,319 transactions
30.94 vMB
0.16014992 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt 13e59a016cc63d7d8340e88d1386adae9d7e3280df8112e1f7a1ee79e2d2dc20
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root faa7ec7961a547cd44ab083c97cfc3e3b422980cb83becf3aac4ff93699a3591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.08381815 BTC
Feerates: 200.91 > 8.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (314,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,001 600,001 00000000000000000000817313d6b5fe4838ec6eff47fbe7c4b9f22a40c2a4f4 505 0.14/1.00 vMB 17
600,000 600,000 00000000000000000007316856900e76b4f7a9139cfbfba89842c8d196cd5f91 1,925 0.71/1.00 vMB 5
599,999 599,999 00000000000000000003ecd827f336c6971f6f77a0b9fba362398dd867975645 3,394 1.00/1.00 vMB 24
599,998 599,998 00000000000000000006c6a3fdbfe651c87e207ca0109749899a6116baa33bf0 2,844 0.73/1.00 vMB 16
599,997 599,997 00000000000000000008ed226fd5308804f3936a2a2d1e8a381ad10ecf3f14b1 2,035 0.50/1.00 vMB 12
599,996 599,996 0000000000000000000fe64520acfbd389eab5f7e411b29ab3f5ceb903baae9e 579 0.15/1.00 vMB 24
599,995 599,995 00000000000000000001e4d8120c7d23c6aefdecf2360708ec6fed4e3be539c5 2,647 0.66/1.00 vMB 15
599,994 599,994 0000000000000000000a9005d7a1220269d779e0e2da67e287e57c6306864e33 1,067 0.28/1.00 vMB 15
599,993 599,993 0000000000000000000e7475e25f781e437af6346524a0b541c1f86b92702183 2,878 0.81/1.00 vMB 15
599,992 599,992 000000000000000000108a4ad064508ac9109caa1e7e145cdfe38803765aa040 963 0.20/1.00 vMB 1
599,991 599,991 000000000000000000140cf0f4331188e17e4126a9b47cc016fbad7071b36e09 3,814 1.00/1.00 vMB 18
599,990 599,990 00000000000000000007832cbca1577deab3c4bf8500eed69c34cf472f948b83 3,531 0.92/1.00 vMB 9
599,989 599,989 0000000000000000000a1fe83e7af53f6ea66421ea960e5c0d89407cd9f9ab4b 2,816 1.00/1.00 vMB 23
599,988 599,988 0000000000000000000d9b25be1c6f155860e648327df194ff0c13d59920b36e 928 0.22/1.00 vMB 8
599,987 599,987 0000000000000000000f0390e53e713302b7052e9527e8d7c2ef4ae7969fcc88 3,710 1.00/1.00 vMB 21
599,986 599,986 000000000000000000081c7f38cb8404c6acf3124d86941cbc609de6b4363908 2,431 1.00/1.00 vMB 13
599,985 599,985 00000000000000000008dcf5b751c6898cf1ba18e47116a5eaf4eb502098ac3e 3,258 1.00/1.00 vMB 28
599,984 599,984 0000000000000000000b7d6ec093b8cd753fc66a660f20d734e26814cf427874 1,109 0.30/1.00 vMB 16
599,983 599,983 0000000000000000001057553daff768a3f7b03a43a4d12f2eaf814adcbfa35b 43 0.01/1.00 vMB 22
599,982 599,982 00000000000000000006febbb821db1a823f7b2d0f83926cefbd55ad155f6cbb 2,173 0.65/1.00 vMB 15
599,981 599,981 00000000000000000000d3ab3bbe74c1e1b633900f483428711db703ba69090d 2,722 0.72/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.53 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.