Loading Tool

Explorer IconExplorer

Memory Pool

45,857 transactions
21.33 vMB
0.09231336 BTC
Random Selection Loading Transactions
Max Size: 120.34/200 MB

Candidate Block

Mining Attempt 7c2170856a8bae6488a09e66f889b397a97d0f221dfe2f9b2f2b680fa9b30eb1
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root e5fd46f1d45df04247beee06cc5408c002a00fc9acae6f6af6e78b3221336b4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.04301670 BTC
Feerates: 265.25 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (765,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,471 148,471 0000000000000152fae763cb7eb456eb4ec8c5480a5f1d98b164e6485a0377cd 26 0.01/1.00 vMB 365
148,470 148,470 000000000000003b6c5adae8cf3db823295a09b0ef8c6e2313ba0c311445a7d3 23 0.01/1.00 vMB 254
148,469 148,469 0000000000000038ef7d823f211f9f3755e0dd2811742c00f40e18b805a6c583 12 0.00/1.00 vMB 256
148,468 148,468 000000000000007d4c983f9b30b690b5c6a349017f81064b5c644a4a7c43ff96 23 0.01/1.00 vMB 245
148,467 148,467 000000000000050530df068311a4c9c6274a7fb3681ed1e2a295570f4ec2ea57 134 0.05/1.00 vMB 1,275
148,466 148,466 000000000000061f584e425cf3c3c65dfb460b107d036ab65c62cfa9b0e5af44 64 0.03/1.00 vMB 120
148,465 148,465 000000000000058c4516565408e3e5f6841a9ce5232ae25a2ee11cdcdb21d617 108 0.06/1.00 vMB 200
148,464 148,464 00000000000008a039c04cfc54e3cc030a8b15119603f90310911c6c7281dea7 142 0.05/1.00 vMB 160
148,463 148,463 0000000000000790258eb22ef16bd61cb3813212eb249905cd52d4da7d2a35e2 2 0.00/1.00 vMB 0
148,462 148,462 0000000000000203319a37a05ae523a0662dd132809411bd7128007366d5c97f 18 0.01/1.00 vMB 67
148,461 148,461 0000000000000054e19b994c4bd766fc2f281750b6d7c44d9ae4ae3f3db52dee 143 0.04/1.00 vMB 123
148,460 148,460 000000000000027f507d2863d9261c19688545da9e0c9c587551f2b3e6aaf388 40 0.01/1.00 vMB 152
148,459 148,459 00000000000001d189ce06d5564a13e5406323193b1a9dfbbb7e6b7b8268de30 18 0.00/1.00 vMB 128
148,458 148,458 0000000000000813323ae94cf361bb07f2bb576cde67baee32829a48cd6dc6fb 9 0.01/1.00 vMB 40
148,457 148,457 000000000000046a2671207977877c0ff4108b277a1492311e1e995ef80dcce8 1 0.00/1.00 vMB 0
148,456 148,456 0000000000000796b6c023a96ad4268af64714ef875d6738f2b99a898bcfc8fd 7 0.01/1.00 vMB 33
148,455 148,455 0000000000000757b5d644b053bad1635c19aa78bf2d92f9d67d2b391e7d2af4 63 0.03/1.00 vMB 201
148,454 148,454 00000000000002b388e500613c78efe1db1d72965c708fc03cb60cd9c3a97735 16 0.02/1.00 vMB 90
148,453 148,453 00000000000007b29f29f55be861bc4930a07f90bf43827f06ba11da46d6822c 10 0.00/1.00 vMB 0
148,452 148,452 00000000000002c725ff5754f9b4a3c84a43565106580f94dfc3769c3d7f9b54 91 0.04/1.00 vMB 311
148,451 148,451 000000000000027ff90e991c83a419ac5b47fa79c8a95c96169a5d2365482316 16 0.01/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 780.71 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: 554.99 GB
    • Received: 6.85 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.