Loading Tool

Explorer IconExplorer

Memory Pool

84,062 transactions
33.21 vMB
0.15562536 BTC
Random Selection Loading Transactions
Max Size: 198.39/200 MB

Candidate Block

Mining Attempt 4c7d254a23a7a2861e9e4c24adf8d8d14ad9f5ffa7ca6875b7e5375fce6cdeee
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 53348bfa5e550f1067250ed14aee008b67f3f27f399c56bc7c8ae61a0cc28e4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.07186505 BTC
Feerates: 348.43 > 7.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (403,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,770 511,770 000000000000000000490be37c72b88863a4f35ade723d5f6b54b63a1aa9119b 123 1.00/1.00 vMB 2
511,769 511,769 0000000000000000003edb6d889995dce3b0d8ac39a688bef91a829df9bb10ec 420 1.00/1.00 vMB 22
511,768 511,768 00000000000000000006e24cf115b3b00895e330980464f3bf4a3627cb370795 362 1.00/1.00 vMB 10
511,767 511,767 00000000000000000038c98021437df2a7aae808814730fa0d46985d5e53810b 864 1.00/1.00 vMB 10
511,766 511,766 0000000000000000003a613c38c6c3379da14917efe03cfa65922407bd1b0fd0 1,403 0.69/1.00 vMB 36
511,765 511,765 0000000000000000001903bc482eabaee86e9564a0f3f3e24cb71d0fced59177 1,981 1.00/1.00 vMB 48
511,764 511,764 0000000000000000001d5797e770b7f9c4bd8db8aed4b4b649b50402acd1bb7a 782 1.00/1.00 vMB 23
511,763 511,763 0000000000000000001f7da269839a0d312731499b1d8fb5108630b18155e3ad 1,051 1.00/1.00 vMB 17
511,762 511,762 00000000000000000001f57163f40e2e4f2210eb725e1771e7f6420f5fe1cb21 2,132 1.00/1.00 vMB 39
511,761 511,761 0000000000000000000893337db527528f918468fe3c36eda7a2d8a5169704a1 157 0.06/1.00 vMB 40
511,760 511,760 00000000000000000040bfd3ea2181860fa18d45701a2eaec0f268d750a86cf1 358 1.00/1.00 vMB 7
511,759 511,759 0000000000000000000233dbbc8730018d04cbbd6b122f2d00d270dbf564b6f4 786 1.00/1.00 vMB 8
511,758 511,758 000000000000000000281a7c3c61a7f0a15913195d2782cf4b5eb75658a64552 1,875 1.00/1.00 vMB 51
511,757 511,757 000000000000000000359cf2affcf79fa18fb5abcdc428c092df1f27ddc46e30 1,013 1.00/1.00 vMB 8
511,756 511,756 000000000000000000581bc81f5e59baf40fd8b19bf5dc112b44154482da4e23 2,273 1.00/1.00 vMB 32
511,755 511,755 00000000000000000058ad0d0d6414ff34ea10bfc12105c4621b3300059b9733 2,609 1.00/1.00 vMB 74
511,754 511,754 00000000000000000022d874c01f14e336b008828490b4d28caad2a94d6f4060 2,411 1.00/1.00 vMB 36
511,753 511,753 00000000000000000038de5c5f65095840617929e0590fc9f84a72c21715a774 1,443 0.71/1.00 vMB 67
511,752 511,752 00000000000000000017e3d15341d6184ec8a88191d4b998e3f2ec70544889e3 376 1.00/1.00 vMB 4
511,751 511,751 000000000000000000204ff4b53b3fcf958afe87c686dcaf4567ec1de2b94803 1,652 0.72/1.00 vMB 55
511,750 511,750 000000000000000000225cc6bb5c9c127c7f3604a6da6650ba850c748b174fa7 408 0.20/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.69 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: 697.30 GB
    • Received: 16.54 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.