Loading Tool

Explorer IconExplorer

Memory Pool

71,890 transactions
26.87 vMB
0.07489832 BTC
Random Selection Loading Transactions
Max Size: 162.43/200 MB

Candidate Block

Mining Attempt ae8fe53f43d4c35cbdb7b7fedc6a63a53241b8d91c84a6213b8e9acec234c763
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root 5a3507949c37d6604b59633169e816d42b1704b8e9bc8c523ec1da43bd1540b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,905
Size: 1.00 vMB
Total Fees: 0.01741791 BTC
Feerates: 74.18 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (17,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
898,297 898,297 000000000000000000011cea86bae1b4fb7f39d8468a67e3355774770ac51f0e 854 0.33/1.00 vMB 2
898,296 898,296 000000000000000000001869354d3ca6b06ed3cd5bb985e0194bc0615d07f244 390 0.10/1.00 vMB 3
898,295 898,295 00000000000000000000e5622676cd22eafc15bf160ea4e0196634adca487855 486 0.09/1.00 vMB 2
898,294 898,294 0000000000000000000009681da943876ac4a1f992d69f6195f7e191dc88bb38 1,894 0.57/1.00 vMB 1
898,293 898,293 00000000000000000000635f68335372d5c5b3f2500e4eaeca91e7f89d3a917e 3,568 1.00/1.00 vMB 5
898,292 898,292 00000000000000000001ad82cf0ad9303674e6720f7d7a6ceb523020d287c678 629 0.20/1.00 vMB 2
898,291 898,291 000000000000000000009e55e73a04787647bf48d1bf9946dfb5e289635e9945 2,845 0.98/1.00 vMB 1
898,290 898,290 00000000000000000001e587d100832b4770340524b6c0f5405ce10978c6b590 2,751 1.00/1.00 vMB 2
898,289 898,289 0000000000000000000188337708aed7759f4dcc1bb6b7f4061b9d979fd03682 3,034 1.00/1.00 vMB 4
898,288 898,288 000000000000000000001ef7ddfad215d31864ba33d04ba9d62d11c59ff7ad8c 367 0.07/1.00 vMB 3
898,287 898,287 0000000000000000000155d5cda6d5e59ea0a599c245a62c4fd2eb732274132c 1,335 0.39/1.00 vMB 2
898,286 898,286 00000000000000000000d067874fee73bbe525e3b8a539534abfc2f2e4544deb 3,147 1.00/1.00 vMB 2
898,285 898,285 0000000000000000000192586eaad5e6df520f1047c03dea219c39cc9d8c1f8f 1,747 0.59/1.00 vMB 2
898,284 898,284 00000000000000000001691389f0a99165e35bec9712ac336a283c38f9baf6fd 1,452 0.42/1.00 vMB 2
898,283 898,283 00000000000000000001ec6b8818cbb07800d54e7b3d6927c742debd896a7d9e 2,969 1.00/1.00 vMB 1
898,282 898,282 00000000000000000000a063f5a7a3a3642b865db6baa8e44e29bfb96099b223 2,537 1.00/1.00 vMB 1
898,281 898,281 00000000000000000001be3a8cc658d3bc8ae5cf48196a8baa53dc7277ea0f60 2,350 1.00/1.00 vMB 3
898,280 898,280 00000000000000000000e534ab46232c8b10e068693de2d11eef6c6133ae936e 1,720 1.00/1.00 vMB 2
898,279 898,279 00000000000000000000912474b7360c53c6f27c9669dd2fbf8ff92fa039aa93 2,201 1.00/1.00 vMB 2
898,278 898,278 00000000000000000001bfdcad957c2e294eb97ff54bcb0a53e236f9e41a78b0 4,008 1.00/1.00 vMB 2
898,277 898,277 00000000000000000000cfeda13214093f4c8a7467d06fd0b1f5004ff0ee8015 5,157 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.19 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: 752.66 GB
    • Received: 18.89 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.