Loading Tool

Explorer IconExplorer

Memory Pool

6,106 transactions
8.81 vMB
0.02024426 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.96/200 MB

Candidate Block

Mining Attempt 680aeee0cc0dba827a476c8f0a0e889814615636b510c6bfd488fe46df12fbf5
Version 20000000
Previous Block 0000000000000000000144cbd6d2cd63cf4b5d6953efd0574dd21be70c394081
Merkle Root 63871d3e10448d44721fb2de57716679a01145b87de27874edeadb39010c1e39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,804
Size: 0.99796075 1.00 vMB
Total Fees: 0.00743096 BTC
Feerates: 40.21 > 0.74 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,800 (818,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,902 94,902 000000000004cd3717e8ffc6fcec21c15718ac44085423cf517be08bba2e026b 4 0.00/1.00 vMB 0
94,901 94,901 000000000007c278402bae2ff8d81e3dbaf4764c4ea4b1b66af6b9cfd65bbee2 6 0.00/1.00 vMB 0
94,900 94,900 0000000000066e0020f4f74c274569a6c19227ccff8ab0f8459dc38f009cea56 1 0.00/1.00 vMB 0
94,899 94,899 000000000006ad796a54803ee0ac7227a6b625b86010c2ecd14b90c316e8a846 2 0.00/1.00 vMB 0
94,898 94,898 000000000005724834a34b3b6a802323b5e158dc29d4145a90792a61f13c92c7 1 0.00/1.00 vMB 0
94,897 94,897 000000000003b7f8278861ed6db0414f3f4933b6bfe356eb7345c7861c380fb0 1 0.00/1.00 vMB 0
94,896 94,896 000000000003e57a359766f9544b6e5a8a5494263bd7bea486df08612cd78f0f 4 0.00/1.00 vMB 0
94,895 94,895 00000000000704efba02bc1dcbbfc1cf11fb67daf774e0aba2634812174ba634 1 0.00/1.00 vMB 0
94,894 94,894 00000000000549566e0554aa6d5dc4a7b89b8ad574141e7a6ec5626dd12e0c4f 6 0.00/1.00 vMB 0
94,893 94,893 00000000000511193e6a1ff00f89600beb1d3310011ddaf7e442715a132109d4 1 0.00/1.00 vMB 0
94,892 94,892 00000000000804fc5530ecdf75a219b5926c204cb8a5e633e6aa2f56d1c5aa0f 7 0.00/1.00 vMB 0
94,891 94,891 0000000000030809bc5fb425513a5d6a4a9b5504a30e04675001887039d80d91 5 0.00/1.00 vMB 0
94,890 94,890 000000000004470f20de34b43fbb4c20ebd6b13737051b66f8e1e87a33b8745b 8 0.00/1.00 vMB 0
94,889 94,889 000000000000d11e9e19acd788322a18ada78b459b0e023f79c65eabfff134f5 9 0.00/1.00 vMB 0
94,888 94,888 000000000002278af7238625fcf358479bc22fc48976fe25f4e7ec11011834d3 1 0.00/1.00 vMB 0
94,887 94,887 000000000000364c368bb61aaf3b1ae45e8355935bc70faa7f356e865adb0404 1 0.00/1.00 vMB 0
94,886 94,886 0000000000003d580123368e5e55db65a81a443a723511760e2ac1870a870cd7 6 0.00/1.00 vMB 0
94,885 94,885 000000000003136451f6731c9f81d399bd957a71921d0abbb952d9cdb5f81ec3 1 0.00/1.00 vMB 0
94,884 94,884 000000000007180fd39e94288003360fbbd5d00b2e3db765f8dbb0a3a0fa9093 2 0.00/1.00 vMB 0
94,883 94,883 000000000003fbabd614887e7cbe37f77eb774f129c74538b602368602ac7219 2 0.00/1.00 vMB 0
94,882 94,882 0000000000045938756c9f6aed88113ba03124290a8cef1a3b383df4e26aa04a 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.48 GB
    • Received: 4.35 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.