Loading Tool

Explorer IconExplorer

Memory Pool

82,820 transactions
31.26 vMB
0.15707335 BTC
Random Selection Loading Transactions
Max Size: 185.80/200 MB

Candidate Block

Mining Attempt 9fb73b1047972be592ea8277b61a6671311eaec66d1cc9c924f2a2dd3bbd7a42
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root b3b7582a72db8cc92ad19c9a8f1462a1ecb24b9237fd58d2a79d0467a9791bc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,104
Size: 1.00 vMB
Total Fees: 0.05970088 BTC
Feerates: 269.69 > 5.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (419,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,554 495,554 00000000000000000048de496cd3873651f85ef22f7e360b0234f03322d1fad4 2,491 1.00/1.00 vMB 179
495,553 495,553 0000000000000000008eeae005dbe1a77bad0876de9fa5364345ecaf6b4fc0c1 2,440 1.00/1.00 vMB 159
495,552 495,552 000000000000000000485309c5af81c4b3b797c554c6206debba7145c16dbc8e 2,334 1.00/1.00 vMB 365
495,551 495,551 000000000000000000bd9f24057158916c0316fd00d7d98b766b9566696f15bb 2,256 1.00/1.00 vMB 241
495,550 495,550 000000000000000000bf9e52e04bcda5297832aef5e72840a7d566da59c996e2 1,737 1.00/1.00 vMB 146
495,549 495,549 0000000000000000005fdf859c1f51d25744dfb6f2575784101626e0a909d1e0 2,114 1.00/1.00 vMB 198
495,548 495,548 00000000000000000062f3594cb3740ea9b81aa2963c8b116b94bb5a63236856 1,979 1.00/1.00 vMB 404
495,547 495,547 00000000000000000031feaf03eefed6a7ffcd89b1b228bf05598e8f5915a952 2,793 1.00/1.00 vMB 150
495,546 495,546 000000000000000000abad9a79b8ee2d3a7d6652b18cfeef221da24b526c63a7 2,343 1.00/1.00 vMB 154
495,545 495,545 000000000000000000075c07740ac0e653aa342d946c04ef1da1be2ba8590db8 2,596 1.00/1.00 vMB 297
495,544 495,544 000000000000000000137f9ecbea6316a96e165d793cb96b13ebaa234500c15d 1,676 1.00/1.00 vMB 130
495,543 495,543 000000000000000000c0d36fe679728c5a934069aced3205314e2b534880e6b9 2,353 1.00/1.00 vMB 101
495,542 495,542 000000000000000000a796ce274d7487c736c40aec204f86a599558e877e8d2c 2,411 1.00/1.00 vMB 224
495,541 495,541 000000000000000000771e02f4de9017831f21d4cf2207c054d4a70e87929ab3 570 1.00/1.00 vMB 34
495,540 495,540 0000000000000000000d3c8f4c2d2a885bb1e4fcf05dcdd359cb39e6728a5365 190 1.00/1.00 vMB 20
495,539 495,539 00000000000000000002a53e150da545e5fabc1741db9b87ab6ab8e45cc12bfc 67 0.23/1.00 vMB 55
495,538 495,538 0000000000000000000c1632fa1f346470162c58b00980a6c75e8041bf2e38e1 2,349 0.94/1.00 vMB 171
495,537 495,537 000000000000000000127b9997436ac0f62d01428a6cfd69672d634b8928c580 627 1.00/1.00 vMB 46
495,536 495,536 00000000000000000091cba9b2fe760ce8655b4fe60160ba90853d650fc9ec70 1,163 1.00/1.00 vMB 58
495,535 495,535 00000000000000000009d8d5bbe5c1641068ddafc98a798be888ef65fd8413b0 1,522 1.00/1.00 vMB 115
495,534 495,534 00000000000000000060d5e8efef158e99ea6d80896e540d8c96d49f1f0971cb 810 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.