Loading Tool

Explorer IconExplorer

Memory Pool

83,137 transactions
30.85 vMB
0.09038923 BTC
Random Selection Loading Transactions
Max Size: 186.18/200 MB

Candidate Block

Mining Attempt 52d18d7b4eea8123f10d34cf1c9ff05527b61cbc12b3e96d95c5542fda1a00c4
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root bb30fcc2b9c2910208ae3a88881e688984f5386ce8f0d3b6409afb8957360d2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.02391412 BTC
Feerates: 366.60 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (406,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,074 508,074 000000000000000000309174a521a23a587adfd85657b349c7f174470ebf1215 807 0.99/1.00 vMB 20
508,073 508,073 0000000000000000002e302ec0aeb468c943e9440205ee759b043aeb85b18a96 1,884 1.00/1.00 vMB 88
508,072 508,072 00000000000000000003362e2bd682ab6320708b49768a0fefdc8eaa764721c5 1,555 1.00/1.00 vMB 102
508,071 508,071 00000000000000000045517e793cd22703185161b14426eac76f430737443b1e 862 1.00/1.00 vMB 118
508,070 508,070 0000000000000000004b3f4465e49a34471abd8c82a99a1114da4d5c6056c3c2 258 1.00/1.00 vMB 95
508,069 508,069 000000000000000000079294a41f654a464939b6a33bf9d59a508dbca1ff778d 1,333 1.00/1.00 vMB 121
508,068 508,068 0000000000000000002647fe2cf59e51167620069bc3e24f7fd34c3a68dba19e 1,671 1.00/1.00 vMB 126
508,067 508,067 00000000000000000042a1f5fe5a1e9ecaf8ed068b3faf05a8f2fcc87f0b006f 1,913 1.00/1.00 vMB 139
508,066 508,066 0000000000000000003fde9084a53ac0cb862ccac0c948daa6ca795256c790c7 2,533 1.00/1.00 vMB 148
508,065 508,065 0000000000000000002afb6d7120a4f829b1e0fe65ace27fe359a0c2b64952ba 1,506 1.00/1.00 vMB 82
508,064 508,064 0000000000000000000c1f1c3556860dd93da30ddca01927a7a8fc8cc96f74cc 428 1.00/1.00 vMB 59
508,063 508,063 00000000000000000008bedd3eb604f198a4515e12fc820f77d40c4eb34d67ad 1,246 1.00/1.00 vMB 96
508,062 508,062 00000000000000000035a1be2f1769b6cb0c56dac98a804a7bfb0bfb09fcf798 1,905 1.00/1.00 vMB 104
508,061 508,061 00000000000000000049d9274db10d652f0a2eead3fb27084b74b43ad6d80591 1,623 1.00/1.00 vMB 90
508,060 508,060 0000000000000000005f3237bc831e5ed30f9386fccf98b500560ee0d21da5d4 2,049 1.00/1.00 vMB 102
508,059 508,059 00000000000000000002260e651f0e5c26ae9c4b2e5bd7103c6cef9d13a35462 1,615 1.00/1.00 vMB 40
508,058 508,058 00000000000000000013c8506916065c56fe861e58bb6a183f6b97b8c515841a 1,351 1.00/1.00 vMB 65
508,057 508,057 000000000000000000219bd66e019bd8a7b12254673bd6a44de7d859f7bb643a 1,941 1.00/1.00 vMB 124
508,056 508,056 0000000000000000005d09786860868e16b2e6605e905185769931972e47b25f 2,372 1.00/1.00 vMB 151
508,055 508,055 00000000000000000001533c6548bbf17329569dc4d9bd0e63e803dcc7e2a44c 1,327 1.00/1.00 vMB 136
508,054 508,054 000000000000000000511374e0188da3fcadfa393825ed656bef1af119059388 1,506 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.