Loading Tool

Explorer IconExplorer

Memory Pool

80,755 transactions
35.14 vMB
0.20497488 BTC
Random Selection Loading Transactions
Max Size: 195.61/200 MB

Candidate Block

Mining Attempt d87ee7adca484f840bf63cdaa3dc2ae863ead192f3129ce4418f998e07348d79
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 1bc17058853883026d1f5c764b01e3dc2559c9453b85283f1f645a98f60a845a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,343
Size: 1.00 vMB
Total Fees: 0.06552262 BTC
Feerates: 477.45 > 6.57 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (45,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,040 870,040 00000000000000000000dc0d67bc7615e516b06edda87d280fbd03a3e9f1e507 3,418 1.00/1.00 vMB 15
870,039 870,039 00000000000000000001a10bcd31b95ad9f06f641d7ba1b4f57d99b446fdac89 3,518 1.00/1.00 vMB 18
870,038 870,038 00000000000000000000a4250b26a2823bdd5af5bccb6a5efdae62fe6f1fa2f3 2,801 1.00/1.00 vMB 11
870,037 870,037 0000000000000000000097f2a0eb30f6a10f9fc06c15db1f7fba6d449a0a8919 2,552 1.00/1.00 vMB 14
870,036 870,036 00000000000000000001ca0902ec8a2abbc16637ef61659c5e7d30418e6a1950 3,892 1.00/1.00 vMB 16
870,035 870,035 000000000000000000026bed0a517f047ff6153438ee4095f931bebb4c5fa307 4,166 1.00/1.00 vMB 22
870,034 870,034 00000000000000000000f55f8711b65b03d7183274ce03c3b6fc02f6447be214 4,440 1.00/1.00 vMB 24
870,033 870,033 000000000000000000019dfe6fa77843516296a87a30e53e6a065ddb88f96bea 4,332 1.00/1.00 vMB 14
870,032 870,032 00000000000000000001cfff7383f3e6508cb60b293b474ddcdc41f37a4085bb 5,382 1.00/1.00 vMB 15
870,031 870,031 00000000000000000001d8cf2e7bc1aaab64b879fb039db2c89de714e33aadb9 5,135 1.00/1.00 vMB 15
870,030 870,030 00000000000000000001de1be8472615865d86f2aaa507c74fe367751add65ac 4,498 1.00/1.00 vMB 20
870,029 870,029 000000000000000000027fb03159704b01f4ded5766c21aceff7892011df68a1 5,671 1.00/1.00 vMB 13
870,028 870,028 00000000000000000001818c2b055d827e102f710b03af660e4dbb468ba7cfa0 4,371 1.00/1.00 vMB 10
870,027 870,027 000000000000000000028cacfd88ad97c5fe0c8ff31e06e8ef7e80a480506f60 3,212 1.00/1.00 vMB 9
870,026 870,026 0000000000000000000129b9305eaf96cb7e1ca49b2431d4d5d39ba8cf1eb414 5,024 1.00/1.00 vMB 12
870,025 870,025 0000000000000000000106596f0f0a6e151998b7221d81538591408d3062b57f 3,785 1.00/1.00 vMB 19
870,024 870,024 00000000000000000001a956f64e1bbcf81984155204f7aef790f40227b52b01 3,602 1.00/1.00 vMB 27
870,023 870,023 000000000000000000006471d2cd17e47553cb3f7eaf2776be1c95de1671839e 4,756 1.00/1.00 vMB 14
870,022 870,022 00000000000000000002475d24a2505a69f28ec762fc2d026a088778d1076932 4,505 1.00/1.00 vMB 15
870,021 870,021 000000000000000000007f3c640c4afa0cfd5e9c3ff88c013123a8727892c5a8 3,547 1.00/1.00 vMB 27
870,020 870,020 0000000000000000000139d937780eea352a14773a3fd70f69466fea5c25d53d 4,323 1.00/1.00 vMB 16
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: 736.24 GB
    • Received: 18.58 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.