Loading Tool

Explorer IconExplorer

Memory Pool

42,208 transactions
26.62 vMB
0.06309518 BTC
Random Selection Loading Transactions
Max Size: 139.11/200 MB

Candidate Block

Mining Attempt 473ba84358dab12bec9694f62274b9611bd05b68cf2027b4a7b5d83294389045
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root b38f812253e5f85993c2b1551b8fd79e91dd0f8b3bff0b796ace16a7acb0af67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.01410136 BTC
Feerates: 47.58 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (352,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,902 561,902 0000000000000000001c9a2cb4624a8290027c7d3f023369383254b6a8407a95 3,212 1.00/1.00 vMB 19
561,901 561,901 00000000000000000016e7d17b3c5ffd4b80d154bc56f89409b5021fe502d383 476 0.17/1.00 vMB 13
561,900 561,900 000000000000000000258cca1cfc96a59b6d37dbdfd409030f6ce12b95bce92b 1,032 0.31/1.00 vMB 9
561,899 561,899 00000000000000000016fdce5620ec9da914ac41e23cc63fbe140ddefa960d39 1,431 0.46/1.00 vMB 13
561,898 561,898 00000000000000000016e307276b042364b5bada2154e41b16bedc6f947480fe 848 0.27/1.00 vMB 10
561,897 561,897 0000000000000000000137a9c8d9e962ce0cebc4dbb1af3cf1787d0a10f052c2 2,243 0.89/1.00 vMB 5
561,896 561,896 0000000000000000001e6f5bb63006c8dc332e3d716f2c72d7d76fbcb72a13db 3,163 1.00/1.00 vMB 9
561,895 561,895 0000000000000000002530ac63d9ce942bf53d7a5679eba48d5030122fb1bf04 3,294 1.00/1.00 vMB 27
561,894 561,894 0000000000000000000b274c29990d9bc76f2f5659beb4dff2a7cd98f2bff7e9 2,892 1.00/1.00 vMB 18
561,893 561,893 0000000000000000001443f35ee609444479274c749d9d7e9cfcce1bd4327411 807 0.57/1.00 vMB 2
561,892 561,892 000000000000000000277c124a85d35141f1187093e8a93a11b5dfc6e9299838 2,959 1.00/1.00 vMB 11
561,891 561,891 0000000000000000000c3d2e3d4aef34abef45a1b0fe467f6b59b885cdd72ed3 3,282 1.00/1.00 vMB 9
561,890 561,890 00000000000000000023abd1888383a7caebe342467f61d7f9c179e5764cd8e8 1,873 1.00/1.00 vMB 10
561,889 561,889 00000000000000000010367dde3b8b99727dece0f761f23953986771072fb827 3,216 1.00/1.00 vMB 30
561,888 561,888 0000000000000000002c929ad31d1008fdc0fb5e56ec2ea1fa280adbdc389164 695 0.20/1.00 vMB 11
561,887 561,887 00000000000000000022444e80a7bc71329acbe957a1dbf76b9848c2fff823a5 727 0.28/1.00 vMB 7
561,886 561,886 0000000000000000001a0b7224fc70adbca2d37adf6b2c871bb4ee1968525e6f 1,428 0.54/1.00 vMB 5
561,885 561,885 00000000000000000000d158d5ee264bc78b90531497a756b0229f2689ccba71 3,169 1.00/1.00 vMB 13
561,884 561,884 0000000000000000001f46700942e4241b0bbd2c300394db6246a3ae08b94e54 2,303 1.00/1.00 vMB 4
561,883 561,883 00000000000000000008bf1880b2b878b99a26f8ae73a5301aa2993f92e13616 2,779 1.00/1.00 vMB 18
561,882 561,882 0000000000000000001a2888de03c14ca505f7ae24cdc5ff37fe7b907dd39696 2,334 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.