Loading Tool

Explorer IconExplorer

Memory Pool

76,995 transactions
28.40 vMB
0.08755979 BTC
Random Selection Loading Transactions
Max Size: 172.84/200 MB

Candidate Block

Mining Attempt ed797fce210f9d26f3e905ca5cc06986b2474c9d692f5159b1f94b0bc80d7b96
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root e2718cba186e05032f360b9bf929fc274ee63510f15ed30f78239c0b60c39da6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,582
Size: 1.00 vMB
Total Fees: 0.02420706 BTC
Feerates: 477.45 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (438,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,760 476,760 000000000000000000c070b005792c3780c7299427fc05401861ab58054bffac 1,895 1.00/1.00 vMB 189
476,759 476,759 000000000000000000c5d83b2400e14f02480628997fc97544d73c9d77d26f71 2,295 0.99/1.00 vMB 263
476,758 476,758 00000000000000000118f091d82d27070440ad77b4cfaaa82d170a549c33fa53 2,437 1.00/1.00 vMB 238
476,757 476,757 000000000000000000ba3d07921c910fd098c0dff2091e7afc49b7b51136dca1 2,307 1.00/1.00 vMB 257
476,756 476,756 000000000000000000b84393e2c532a8df3ddbfb355c1a9004d33732921a75de 2,459 1.00/1.00 vMB 275
476,755 476,755 000000000000000000fe22ecfdb77cb50dab305dc7354da08d87c9a2c1cb6c05 1,874 1.00/1.00 vMB 177
476,754 476,754 00000000000000000133b1f5f05d1be6582b3f10e5fdb940d8896b85525a32ec 1 0.00/1.00 vMB 0
476,753 476,753 0000000000000000008ef14a91b8b5ad32a86937d92e7f4fd7262679753e2021 1,225 1.00/1.00 vMB 190
476,752 476,752 0000000000000000008ecf938c0cfa46980fc9564641cb4d9159e4517c1d4aac 2,547 1.00/1.00 vMB 265
476,751 476,751 0000000000000000011b35a0b1243b280e4527f1c12b6bca1f9819f088a8884b 2,659 1.00/1.00 vMB 316
476,750 476,750 000000000000000001010601103a4e1194d5b1584144cf8df04f8474f8ce2f02 1,507 1.00/1.00 vMB 175
476,749 476,749 0000000000000000010c602f4e73f0a7518996a6ec6d9bb8b73f44a76f81d3aa 2,258 0.99/1.00 vMB 226
476,748 476,748 00000000000000000017903baf68a2537f6220437fcd8f69b6556079999e173d 2,168 1.00/1.00 vMB 133
476,747 476,747 00000000000000000083be169b16d7984b6c2e0def73de943a6c14eb36fbde5d 1,928 0.99/1.00 vMB 314
476,746 476,746 0000000000000000012c2bcf15d4872f72853d2f92145c030c6113cc3742546b 1,591 1.00/1.00 vMB 161
476,745 476,745 0000000000000000002ae7e8c560f33db5ec9fe91d0cc97f26e2e232416f9928 2,249 1.00/1.00 vMB 142
476,744 476,744 0000000000000000000d8f95a66d65e05c0bf12783b341ca053ccb29f7a4f3af 2,341 1.00/1.00 vMB 216
476,743 476,743 000000000000000000dbad8585e2187eb06962d600e4048879e11e64def2e81e 2,412 1.00/1.00 vMB 188
476,742 476,742 0000000000000000004c6d8ef4dcc4046fc2f78183b0fdc9e1f19dfa9a8ad957 2,345 1.00/1.00 vMB 230
476,741 476,741 0000000000000000009b750b000e3908056c1c39b8560564af67e639884665bb 2,275 1.00/1.00 vMB 234
476,740 476,740 00000000000000000010048f8cb9130a6348484a4c446511dee3956b39a23df9 2,444 1.00/1.00 vMB 223
Previous 10 blocks ↓
Total Size: 782.91 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.77 GB
    • Received: 17.47 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.