Loading Tool

Explorer IconExplorer

Memory Pool

50,262 transactions
30.22 vMB
0.12381051 BTC
Random Selection Loading Transactions
Max Size: 161.74/200 MB

Candidate Block

Mining Attempt dddd5af1e607b42aa94dd931514c81112c129ee091f4e6035d8d78dbeb38dd61
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 5fc47e51d10df45d6d931f720e0c2fdc96d64efba7cc8de80eacd624ec649d91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,041
Size: 1.00 vMB
Total Fees: 0.05236313 BTC
Feerates: 150.75 > 5.25 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (274,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,512 640,512 000000000000000000038608d4faeed0d3cefe5089f40ce43f91bd168f3ef6cb 1,761 1.00/1.00 vMB 29
640,511 640,511 00000000000000000000731045b8eba0e4bebe194ca26298e86eb1866ff04b1c 1,303 1.00/1.00 vMB 18
640,510 640,510 00000000000000000004bf2bfc6c8687bf99449905ed73c748468fb5463e9f66 2,276 1.00/1.00 vMB 50
640,509 640,509 00000000000000000007092527657ae9ae8f2c10294f6d5311be03f0394c5eda 2,337 1.00/1.00 vMB 125
640,508 640,508 00000000000000000006e03f1f97d7e4884f7e3257527889111b9b79b54b9c0a 2,140 1.00/1.00 vMB 36
640,507 640,507 0000000000000000000eae2e87ba52abe5e6a51d33cd9276addd0fcb9401901f 2,637 1.00/1.00 vMB 98
640,506 640,506 0000000000000000000686408c697e2f60833b06050734cf8a6a1478207e89be 2,570 1.00/1.00 vMB 42
640,505 640,505 000000000000000000086391e4efabab97707722c0e3e322d023f55cfbb23ea2 2,102 1.00/1.00 vMB 92
640,504 640,504 000000000000000000013c5b1453fc6641dec760b6f39fcca58f7110ab65d748 2,186 1.00/1.00 vMB 65
640,503 640,503 0000000000000000000df5dbaa59bad7f8f95c965bd7e2d0cebf7a8c2b47ed20 2,308 1.00/1.00 vMB 130
640,502 640,502 0000000000000000000890fc01396c9ea74d1f2fcaa5f04027901419ef986ae9 2,219 1.00/1.00 vMB 116
640,501 640,501 0000000000000000000511b98cb40faa7fc7614208d4abe890aa7114777bcad1 2,765 1.00/1.00 vMB 135
640,500 640,500 00000000000000000005326ee87bdf59833f29b1fb5aa77886715d1c77886912 2,372 1.00/1.00 vMB 54
640,499 640,499 00000000000000000003134cffd0f84b6fde579657a62d9212d583a39f358d30 2,009 1.00/1.00 vMB 54
640,498 640,498 0000000000000000000e2b8e9d09d0f0d89c8c8fd2da58eb7920a2fa3305b5fe 2,806 1.00/1.00 vMB 95
640,497 640,497 000000000000000000045aae6655247b1fd9600acc136aa71505c819de922f0c 2,240 1.00/1.00 vMB 31
640,496 640,496 0000000000000000000f11a801df26b3255bc45fb2981d48b41e62104a0ad876 2,619 1.00/1.00 vMB 99
640,495 640,495 00000000000000000007bb38f4292e92598c9020785ea6c0436d42badf620755 2,289 1.00/1.00 vMB 52
640,494 640,494 000000000000000000067a5294c0f226fab3b7414129fac9f510e546e2cb84f6 1,927 1.00/1.00 vMB 52
640,493 640,493 000000000000000000102ce96ba14985415161bf8ee47a4f2e1bcbf1de4f1290 3,058 1.00/1.00 vMB 59
640,492 640,492 0000000000000000000f9b6cd79444b4a5a21b7ffeebc722e5c4fa5e2dcec054 2,460 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.