Loading Tool

Explorer IconExplorer

Memory Pool

80,598 transactions
34.71 vMB
0.17983199 BTC
Random Selection Loading Transactions
Max Size: 194.36/200 MB

Candidate Block

Mining Attempt 485bc3be3b9c2db59624cf4bd2af8922177c3a4feecd8326f9e19e648ce56980
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 619b009dc5ac998f53007192b1d6f1b1d244dacf8ea4bfe5e81eb63ea440f9d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.04946949 BTC
Feerates: 150.93 > 4.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (45,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
870,019 870,019 00000000000000000002aba3db7a1df22affaff062ef310eb6ee2022834f798a 4,158 1.00/1.00 vMB 12
870,018 870,018 000000000000000000000ca05a80a2468d02a4bdb0b580d324e41e39dc5ded06 3,204 1.00/1.00 vMB 20
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.19 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.