Loading Tool

Explorer IconExplorer

Memory Pool

74,895 transactions
27.63 vMB
0.07433842 BTC
Random Selection Loading Transactions
Max Size: 168.51/200 MB

Candidate Block

Mining Attempt 1de82d0de05b7225a2aeb67bd882769a858afc92102283942789ab9cbbb113f0
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 389ef65516bf90bff6b1a22dc92ae4b6bc95948dbe851cdafd9e9a7e2b10fd5d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,303
Size: 1.00 vMB
Total Fees: 0.01530190 BTC
Feerates: 100.35 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (96,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,104 819,104 0000000000000000000010846ec4454a3e90dc9a45b34cd1baaa99dc67e3f535 2,632 1.00/1.00 vMB 33
819,103 819,103 00000000000000000001f30ac01ab4db42a4684515e1a39c3d7e6a0eb9aecd0e 2,065 1.00/1.00 vMB 28
819,102 819,102 00000000000000000001c84f2aa7080680347a32eee442fb17b2287f3b53008b 2,990 1.00/1.00 vMB 37
819,101 819,101 00000000000000000002ba258753950fb3fe0fdd528d181408d115e99f1f62ac 3,464 1.00/1.00 vMB 46
819,100 819,100 000000000000000000038ee5f797984643c416adf7b63d41d43a0e92ba085fb4 3,420 1.00/1.00 vMB 61
819,099 819,099 00000000000000000000f1fc520cf000c66e768f38b3d3a8450dea76e70b88fe 3,871 1.00/1.00 vMB 47
819,098 819,098 00000000000000000004106a86ae60ffa5b0b3e3d3d87e29a3e8965420d5ae81 3,755 1.00/1.00 vMB 34
819,097 819,097 000000000000000000002945114e004044ed661c1a2bb3e39bc8e094c2daf703 1,867 1.00/1.00 vMB 37
819,096 819,096 00000000000000000003dc44c74311cb35738a12f00bc124e62a5a9d058b00cb 3,493 1.00/1.00 vMB 47
819,095 819,095 000000000000000000019ccfb4522b286eaa8fe7f7ba4cec4eecd743f4a149b1 3,295 1.00/1.00 vMB 45
819,094 819,094 00000000000000000001b063b0a318cf6d81f9cb430c2ac421ebce53e06e0e83 3,493 1.00/1.00 vMB 61
819,093 819,093 00000000000000000000cd2428a4e6dc0a71bee4d995beda8d67e4c78e243366 3,375 1.00/1.00 vMB 53
819,092 819,092 00000000000000000001d01f0bc1cba56a7ff2dfc032a5fb45c16e41ab5c8fc9 3,310 1.00/1.00 vMB 46
819,091 819,091 0000000000000000000175fa659395a25ddbd30e6118709098635f7335a2175c 4,397 1.00/1.00 vMB 66
819,090 819,090 00000000000000000002529b223c27e2b0b6256d4864ab7df61d0b4ed9f8cf0d 4,639 1.00/1.00 vMB 69
819,089 819,089 0000000000000000000101f1ea8e3bce23d0f03c66370be58e5aaf6ec5ec57fa 3,768 1.00/1.00 vMB 51
819,088 819,088 0000000000000000000245d706bc01986a76931af3b5a4428c0c27551259de92 2,651 1.00/1.00 vMB 60
819,087 819,087 000000000000000000027bb473c0571bb611a235689b2e0ca454378b97868aac 3,912 1.00/1.00 vMB 64
819,086 819,086 0000000000000000000004a78e57bed730fc02f73d0d36cdf8ff4bcc29a88d46 4,639 1.00/1.00 vMB 68
819,085 819,085 000000000000000000026707ab086392349660b6699c63c8298d1efabfef82de 3,884 1.00/1.00 vMB 64
819,084 819,084 00000000000000000003a628c2d412eb7ed3dad57afafe55006d6160f6a2447a 3,922 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.