Loading Tool

Explorer IconExplorer

Memory Pool

45,645 transactions
27.87 vMB
0.08254293 BTC
Random Selection Loading Transactions
Max Size: 147.37/200 MB

Candidate Block

Mining Attempt c17f9c86f5cb93e305ecbdf08102268765e3b5e6b1ecd53d97de4521c78fcd08
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root ff4ea44b9aaa27ad7f25c4b88d7bef135d83f44a7531ed0706e6b7f596e4129f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.02888722 BTC
Feerates: 170.89 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (149,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,521 765,521 00000000000000000003893e36bc28b7e68cfa086ab54370aee62118bda22bae 1,924 1.00/1.00 vMB 14
765,520 765,520 00000000000000000002964291b759a97b7a15f598480d44bbc9fb771fd29abe 2,254 1.00/1.00 vMB 22
765,519 765,519 000000000000000000038d151983c4b3f2bc06093254f81c1254a9e80e3ed238 3,013 1.00/1.00 vMB 36
765,518 765,518 00000000000000000002c136d78ec1bd7cd3d59fdf47889090ac48b9477bcc72 2,907 1.00/1.00 vMB 44
765,517 765,517 000000000000000000058efa78a51e8784dde9ee02a2aa4a40d3634fd0abfe19 2,240 1.00/1.00 vMB 13
765,516 765,516 0000000000000000000614d1222413a88ff15a39d06d81528f7cc8a5fea6fb51 2,432 1.00/1.00 vMB 14
765,515 765,515 00000000000000000002e118791975fa0e783ff7a8c8ad28b95e2c4463a4e119 3,405 1.00/1.00 vMB 35
765,514 765,514 000000000000000000079b53cc2de7d352d7d9d0400c17fe6a94eb9d906562af 2,620 1.00/1.00 vMB 25
765,513 765,513 00000000000000000001118c3f33a30d682a1a9ad2ed352b46c9b62c9ecf9c2a 2,450 1.00/1.00 vMB 28
765,512 765,512 0000000000000000000392286b4e50302f84978797d11b5247da3977aa809e40 1,562 1.00/1.00 vMB 23
765,511 765,511 0000000000000000000721299d1daf2bf543d3bfb0fa97dc563565430174787e 2,415 1.00/1.00 vMB 32
765,510 765,510 00000000000000000004f4a109989cca7c61ee4e5e58202657d88f3c786817b1 2,084 1.00/1.00 vMB 25
765,509 765,509 0000000000000000000780d21a9b3193e919ccf5125ba8e25583fcfb6dd09dbe 2,861 1.00/1.00 vMB 42
765,508 765,508 0000000000000000000767b006bcc303517649e9ec539e609ca8dc2e8c60e1a7 205 1.00/1.00 vMB 13
765,507 765,507 00000000000000000002f298bcb416713bed0bc387f00c0a7ecb1b2b36e61e86 2,844 1.00/1.00 vMB 23
765,506 765,506 00000000000000000001b342d7d473d766f8781f2ae4e827f98dbceb54f05d6a 3,045 1.00/1.00 vMB 32
765,505 765,505 000000000000000000017be297cb1e2c0412a9ca38474c2a95149963e9733031 2,998 1.00/1.00 vMB 27
765,504 765,504 000000000000000000004a38729e342efedad8a1da95cef55da975d40797ed71 2,879 1.00/1.00 vMB 23
765,503 765,503 000000000000000000069b868cd5875d9bfb06ab8d8917e3dbec6c1430612106 3,294 1.00/1.00 vMB 35
765,502 765,502 00000000000000000003c798676dab94e0489c35a8e99228446b8cf306c4a947 2,394 1.00/1.00 vMB 20
765,501 765,501 0000000000000000000210b37249a03ba86f8ed03fed747726b7b990ae6682d4 3,358 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.