Loading Tool

Explorer IconExplorer

Memory Pool

80,941 transactions
30.01 vMB
0.09302318 BTC
Random Selection Loading Transactions
Max Size: 183.30/200 MB

Candidate Block

Mining Attempt 96e31e0943a2523df849215fe960bc8588c5863de137e35b1affb60c97a14656
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 687a1bbb84dd5aac72c101065985802fa95a0fd2aa13bc1e3c7118e00d924c7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.02578942 BTC
Feerates: 402.60 > 2.58 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (446,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,865 468,865 000000000000000001b10244a31b7306a52011873c9e820390f9257aa0fce76f 1,474 1.00/1.00 vMB 311
468,864 468,864 000000000000000000b1b0f83b9d4b14660ede3681bb54dd955aa73a63a2d69e 1,911 1.00/1.00 vMB 318
468,863 468,863 00000000000000000022b4ebd6a06b37daed2176caeb9b0e92456d2bba8cead1 1,524 1.00/1.00 vMB 234
468,862 468,862 00000000000000000127eddcf846d547f699ee861dd993b8ba5ed8bcd54ea8bf 2,515 1.00/1.00 vMB 385
468,861 468,861 00000000000000000061f229426f71220889f35622d4750a1a04d586db1b1b2a 2,416 1.00/1.00 vMB 441
468,860 468,860 00000000000000000062e1d94c69d1f3171b9f796391250070d274df669e43c2 475 1.00/1.00 vMB 282
468,859 468,859 0000000000000000006fc34ac5cc60954189382d9f77bf3472d4e0b33b326ac5 136 1.00/1.00 vMB 270
468,858 468,858 000000000000000000e125940a14529505a1778ab1f6eaf3a85ddbfb59f4af67 887 1.00/1.00 vMB 275
468,857 468,857 0000000000000000007120054154c482696cf239aadbac90c6df750069ec7c72 2,280 1.00/1.00 vMB 344
468,856 468,856 000000000000000000d5b0c9713be9281a04f8bdf2a23229c079bcf8750b3133 2,576 1.00/1.00 vMB 406
468,855 468,855 00000000000000000137732ac77806fb09deb9de52b47067075963adc86459bd 1,415 1.00/1.00 vMB 285
468,854 468,854 000000000000000001a522734ddba58c0477e33f6ba0b9be4b298f11e697f695 2,425 1.00/1.00 vMB 341
468,853 468,853 0000000000000000003dd5bb8656e397774e595a44c7cf33d2792deb60b6fe0b 2,506 1.00/1.00 vMB 430
468,852 468,852 0000000000000000003fa6f4e191d545a980d571fea5622f7b5671dd52affddc 1 0.00/1.00 vMB 0
468,851 468,851 00000000000000000083949acacef59c18bea146d7b8a9039a35258e585209f4 2,097 1.00/1.00 vMB 294
468,850 468,850 0000000000000000007a3722a56a2140367d62d7d60eb4a0bd4476853d571cbd 2,689 1.00/1.00 vMB 446
468,849 468,849 00000000000000000074fe856a9ad11a57d16dd0f1484ac4414d1b50a51420b0 2,592 1.00/1.00 vMB 347
468,848 468,848 0000000000000000008da81183d5019200c5ceb64a894f1f127cdd94338c0219 2,560 1.00/1.00 vMB 381
468,847 468,847 000000000000000000fa25f6fc128861efa63dbccbca968624512c6aa4a455d5 1,800 1.00/1.00 vMB 476
468,846 468,846 000000000000000000d99a19d9a40a9b2f1385b6d2edb2dfb9fec75d6a7351e3 2,558 1.00/1.00 vMB 354
468,845 468,845 00000000000000000040ce98ba3bd8f93a606d1a94286a2192fd77df83edc014 1,427 1.00/1.00 vMB 277
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.