Loading Tool

Explorer IconExplorer

Memory Pool

77,595 transactions
29.04 vMB
0.07942382 BTC
Random Selection Loading Transactions
Max Size: 175.58/200 MB

Candidate Block

Mining Attempt 8cf38141a22e673a55b2783f38ab9d767e421cd408e742d44519e26407a7b0c8
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root ae8d4d9f70d43e9328846220cad5bdc3f5fa80fcd0176e57553c340ad613b20d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,517
Size: 1.00 vMB
Total Fees: 0.01878255 BTC
Feerates: 302.06 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (121,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,905 793,905 000000000000000000018edda554a071ba91993a3e3d10a2446dacff5c8f0b7c 4,214 1.00/1.00 vMB 13
793,904 793,904 000000000000000000009ea3a3c5c0c229d44cbe16aa723cfeda2fba5db4aea6 2,851 1.00/1.00 vMB 22
793,903 793,903 00000000000000000004ee0e89f880fb5f9e21b87826d77b53b7d1f5ec4bf81e 3,094 1.00/1.00 vMB 15
793,902 793,902 000000000000000000044a1fb0602b5de618dcd2db98df41026d617a092bb4b5 2,977 1.00/1.00 vMB 25
793,901 793,901 00000000000000000000c8d56c8001fefd43ad2d482bcc3a20bc98a4726b6d31 3,388 1.00/1.00 vMB 16
793,900 793,900 000000000000000000035c4461b0164bb8629c7772f4c1d0078d699617a03185 2,472 1.00/1.00 vMB 13
793,899 793,899 00000000000000000001a37a13b22b9f6f215ac3030dc779d92b1dea01a8a195 2,967 1.00/1.00 vMB 39
793,898 793,898 0000000000000000000127868daeafefe963ce38a6ee218c5fec562070280428 1,756 1.00/1.00 vMB 19
793,897 793,897 00000000000000000002d7af2d0f14922a25cd023298b537da0c5d5b6a79cfde 2,828 1.00/1.00 vMB 48
793,896 793,896 000000000000000000011214621a18244bc67a7663592f6f3306e6dcd371bff1 2,938 1.00/1.00 vMB 19
793,895 793,895 00000000000000000000210a0c7f905ba3f6f1b4fbb5a80b6a59d54819335bf9 3,063 1.00/1.00 vMB 27
793,894 793,894 00000000000000000004c7c10c18d8d97b5a55beebccf8189e68b337d95c2f02 2,451 1.00/1.00 vMB 11
793,893 793,893 00000000000000000002a0dc7519c3e60d83dba87ac058d282d778a8f0e6af0f 2,730 1.00/1.00 vMB 27
793,892 793,892 0000000000000000000152eb433b370a0e155b56ebd11a61069fcf2eda3c063a 3,420 1.00/1.00 vMB 17
793,891 793,891 000000000000000000046dc035754b5877402d41ec9ba775fe4c4a135350f817 2,817 1.00/1.00 vMB 27
793,890 793,890 0000000000000000000579031fda2c38aa1021996e4424c352f5effb2fcd6e10 3,184 1.00/1.00 vMB 30
793,889 793,889 00000000000000000000031ee20bc22273715b9fff5bb695a54e54e111bde56f 2,604 1.00/1.00 vMB 32
793,888 793,888 00000000000000000001f36b81e8c9ced877dd6e52ac412c2e0434ad86495a0c 2,452 1.00/1.00 vMB 32
793,887 793,887 000000000000000000015f1649254abd640aaec59fbcaa4b73f240b747a91d46 1,305 1.00/1.00 vMB 16
793,886 793,886 00000000000000000000672cd714ea440b89a423600bcd67fc19c83bd912c453 1,568 1.00/1.00 vMB 30
793,885 793,885 000000000000000000017da846f60c2912810a45bbf711b81a5beae3bc8a016c 3,024 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.