Loading Tool

Explorer IconExplorer

Memory Pool

42,606 transactions
28.34 vMB
0.06203866 BTC
Random Selection Loading Transactions
Max Size: 146.18/200 MB

Candidate Block

Mining Attempt 654c6b019569e50f043802d32e389ac484d2a64f928151113f68bb6365a5d6ee
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root c2c3a8ec9614351d494b6db716643a5b72f894afd2cf694737199c8d24f65830
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,591
Size: 1.00 vMB
Total Fees: 0.00721699 BTC
Feerates: 100.00 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (339,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,068 575,068 0000000000000000001bc2e94c4e56024a0a0bf7a55f143a81bc3fed4aa665b3 2,692 1.00/1.00 vMB 114
575,067 575,067 0000000000000000000ed13d846788c511940b530d7ae200a2ddaa595af66c1a 2,447 1.00/1.00 vMB 64
575,066 575,066 0000000000000000001c73612da7dd4794f2d54227b8e27ce1ddc788a558a692 2,827 1.00/1.00 vMB 42
575,065 575,065 0000000000000000000ccbe2cbb8c50f56046c6cb0b1632530e0c698723bb5df 2,846 1.00/1.00 vMB 78
575,064 575,064 00000000000000000010d49ffd207a878decee364f6e475b068c661b16bb64e8 2,287 1.00/1.00 vMB 56
575,063 575,063 0000000000000000001899fa9beb18f5c8e37567f87ec08fbf56b56345b846da 2,444 1.00/1.00 vMB 56
575,062 575,062 0000000000000000001ec776685bc0fe7b7c7fba31a0f60e13e5f797198ce3fc 1,771 1.00/1.00 vMB 36
575,061 575,061 0000000000000000001e3811ac35e2b11055ed13be498201afa4f4571e768f85 2,765 1.00/1.00 vMB 80
575,060 575,060 00000000000000000003e3d4e41cf12625293b1f8fb049d48d75f056b1573a0d 2,367 1.00/1.00 vMB 36
575,059 575,059 0000000000000000000ce7f99015ab788fb01d5a90c38eec20b06a95b669d68a 1,845 1.00/1.00 vMB 40
575,058 575,058 00000000000000000028f6e205b1115b04d52f8887f8993a62edbbcb67748682 2,013 1.00/1.00 vMB 40
575,057 575,057 000000000000000000022f11be5ed14ecbd2eea1222e0e8c40ff357d882303cd 2,663 1.00/1.00 vMB 88
575,056 575,056 00000000000000000021962e9888fb2af32834350e3dc95a6dc53e9913502a4d 2,611 1.00/1.00 vMB 50
575,055 575,055 00000000000000000009d34e410dedaeb0ae55dd8faac4d073e8d676ac3a138d 1,344 1.00/1.00 vMB 80
575,054 575,054 000000000000000000066df431b5b0acfcb492d5dcd8d77a71e6e5b3e2764c12 3,009 1.00/1.00 vMB 52
575,053 575,053 0000000000000000000465297eb66fc74ec1b5642fbe3c6f5aaa22a1d0e66cc7 2,749 1.00/1.00 vMB 92
575,052 575,052 00000000000000000003943c606714c1c24b7fa933b4ea03790b5668fde239f1 2,807 1.00/1.00 vMB 62
575,051 575,051 000000000000000000016362a3beda2d15c199d6603f87f1a8fead3e23e0ba22 2,452 1.00/1.00 vMB 64
575,050 575,050 0000000000000000000db3505a8022b37c780d7e1220579304007baaf93258ed 2,581 1.00/1.00 vMB 78
575,049 575,049 000000000000000000123f764116856703fd5087cd67a6f37c8dcf61cd89eff8 2,962 1.00/1.00 vMB 92
575,048 575,048 00000000000000000029812d570f00a0a125f6adc30b930c0f7606b033146bb7 1,727 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.