Loading Tool

Explorer IconExplorer

Memory Pool

80,178 transactions
34.61 vMB
0.17352179 BTC
Random Selection Loading Transactions
Max Size: 193.74/200 MB

Candidate Block

Mining Attempt a43bbb31b5baa40a28a8f2dbd7506a9ec761294e76ebb87ba240584e874034a8
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 64d3f731987d2afbc9e73c45dc0466582ce856f1381549c7839487dc529b83d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,053
Size: 1.00 vMB
Total Fees: 0.04552572 BTC
Feerates: 150.93 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (438,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,705 476,705 0000000000000000002b84eb607fb34ecb98fdcd143d89332193343635319e2f 1,997 1.00/1.00 vMB 170
476,704 476,704 000000000000000000887d7c334bddb72d1477a07d0674d15bafcc60011a8fd7 1,886 1.00/1.00 vMB 184
476,703 476,703 00000000000000000132abeea9443eb234029a4fb73d919120675f319d8fb3ee 2,163 1.00/1.00 vMB 240
476,702 476,702 0000000000000000001bc0acae978d70a4e7eeee4e4aac664ca8dc5c8bed687b 1,781 1.00/1.00 vMB 180
476,701 476,701 000000000000000001508ecdf8376b9edeb66d8df18bc4e3e7aedd6aacfcfc74 1,643 1.00/1.00 vMB 264
476,700 476,700 000000000000000000bd6ed8a9f5f2b1f2708e8c7eefb33a14ba95726bbf0810 2,112 1.00/1.00 vMB 240
476,699 476,699 00000000000000000076080a0d4748370deaa4a18f319aa87325c166857e3bb7 2,061 1.00/1.00 vMB 221
476,698 476,698 000000000000000000e977d7c5c5a81514c3ce6582246127941048ea3be16df5 2,026 1.00/1.00 vMB 268
476,697 476,697 00000000000000000061bed5664f5ecfe03a42f5c058887fbc178ecf561d00f0 968 1.00/1.00 vMB 128
476,696 476,696 0000000000000000011477d21c91f954baad8f28772714020343c901d00aae83 573 1.00/1.00 vMB 95
476,695 476,695 000000000000000000b1b5a79a9a679b34b108a255ccaed424d7911443696f18 571 1.00/1.00 vMB 78
476,694 476,694 00000000000000000033a8cb8c68d1aba7054ec3e53fcc1aa2b99ffcd1289cd9 629 1.00/1.00 vMB 75
476,693 476,693 0000000000000000005650a119f4d1373e5dc1a8226d41e60b58f4b1545df6df 1,002 1.00/1.00 vMB 115
476,692 476,692 000000000000000000c421aebf9a4270d5939f0be9cd0abe8ab66f242a7e7aa2 487 1.00/1.00 vMB 74
476,691 476,691 00000000000000000059dc4a43534b0bfe39cf833c8772ee0a594c75bae7abd0 124 0.05/1.00 vMB 154
476,690 476,690 0000000000000000012c3951eaeba2d70d49ec4a6a605944a5db3715676b8497 381 1.00/1.00 vMB 66
476,689 476,689 000000000000000000a1b10ba029c45cd549b8a9977cad0763524d0a38735d29 1,804 1.00/1.00 vMB 172
476,688 476,688 00000000000000000057a2d0b55876ae8dc0a4fe78d511237bae9bab7c03f3db 889 1.00/1.00 vMB 104
476,687 476,687 0000000000000000013fab61c39d0e79111c05fce7c0b39e2774e585bb489692 1,235 0.55/1.00 vMB 149
476,686 476,686 0000000000000000002c54eb38ead7bc2bfa883bd65e1f7479dd3d7a85701aee 1,003 1.00/1.00 vMB 74
476,685 476,685 000000000000000001595d3a349eae1f97f35ddf973979fb7c924a7d65afd10d 1,760 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 783.11 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: 734.15 GB
    • Received: 18.55 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.