Loading Tool

Explorer IconExplorer

Memory Pool

76,554 transactions
28.95 vMB
0.07633100 BTC
Random Selection Loading Transactions
Max Size: 176.87/200 MB

Candidate Block

Mining Attempt 54ab5d69cbc887a9dda1f96e02ee1415ba93929100301103b5b011505ae6c0bb
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 461a620d3822497dc4c1711f6fe934adc54a0f5514dae42a8e03080fa86543b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01328593 BTC
Feerates: 77.76 > 1.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (20,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,771 894,771 00000000000000000001ac24d73fa5b3c415f2c725dd1447f45587c60f83393c 3,145 1.00/1.00 vMB 4
894,770 894,770 00000000000000000001bbd9e860df0a9ca2c1114f0fce81f24dc52a441828b3 2,236 1.00/1.00 vMB 4
894,769 894,769 00000000000000000001066f18a4a5ac9b764f61bf89ef0ba00c0ce04a4278a0 2,881 1.00/1.00 vMB 5
894,768 894,768 000000000000000000004b6781aa201072c06d8f31e099ae56f688e713f8697d 4,075 1.00/1.00 vMB 6
894,767 894,767 00000000000000000002063b86809452b004bd9e984df29ace7444ad5b4bdf07 2,657 1.00/1.00 vMB 4
894,766 894,766 0000000000000000000214bfb9f46877b4717838acc1fd8fe5d51ab37e24a450 2,697 1.00/1.00 vMB 5
894,765 894,765 0000000000000000000138b45f14826b3cf9958f58b40ca2ddc9eb76ac1cdfd0 3,956 1.00/1.00 vMB 6
894,764 894,764 000000000000000000013bf2c85a84d3f029aa75f0f95ef552c4a4b75f29f7f7 3,745 1.00/1.00 vMB 11
894,763 894,763 00000000000000000001d8f93fb5deaccf67dac9646d2ff5a2241aad564b3f94 3,997 1.00/1.00 vMB 5
894,762 894,762 00000000000000000002279ee027f79fe224c60e6471d78e7e22b358358f26ec 3,775 1.00/1.00 vMB 7
894,761 894,761 000000000000000000001bda0455d3db5569d56ed9a21b3fd6a50b392e7ffc10 3,988 1.00/1.00 vMB 7
894,760 894,760 0000000000000000000155aae86de74e7317e2a09611b60518ac70e4f209b223 3,236 1.00/1.00 vMB 12
894,759 894,759 00000000000000000001d8b50f5885df062c6ee87b34584b45f507dac204b9ad 3,538 1.00/1.00 vMB 6
894,758 894,758 000000000000000000021d169f41cccc788581fd41a09865e58845818902265d 1,940 1.00/1.00 vMB 4
894,757 894,757 0000000000000000000180b950924c754339dad6797a6a6a45f4f7c7404c3b00 3,222 1.00/1.00 vMB 5
894,756 894,756 0000000000000000000172240de7b24b3d3515ef8549e744fa43d7a9cb9ca1f0 1,409 1.00/1.00 vMB 4
894,755 894,755 00000000000000000001739d68db2263bcc9decbce74d0e718dede22bfde9a04 4,276 1.00/1.00 vMB 7
894,754 894,754 000000000000000000008b2daba0831b4bdd227bbca58841f5bbe96777ec919a 3,464 1.00/1.00 vMB 8
894,753 894,753 00000000000000000001a953265f2059d1c21aa63856c2ea9c687f0caaf51ae8 1,773 1.00/1.00 vMB 4
894,752 894,752 000000000000000000011d91c068f3b83c15b0f64a9bb4d5ac1b9ebe8fb996eb 2,383 1.00/1.00 vMB 3
894,751 894,751 00000000000000000001dcfaa3c39c51b85c6a1f91944178448684d065547200 1,463 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.