Loading Tool

Explorer IconExplorer

Memory Pool

40,346 transactions
26.46 vMB
0.05704506 BTC
Random Selection Loading Transactions
Max Size: 138.03/200 MB

Candidate Block

Mining Attempt de4549372fd8aa036dacad56a5602cedb80776e9b499c368a62e6079b5c1e503
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 1b1c37b60100b34fc730d8973348de3b615b10b9aa4c663879d32a5d104251f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,312
Size: 1.00 vMB
Total Fees: 0.00844896 BTC
Feerates: 50.27 > 0.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (406,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
508,053 508,053 000000000000000000157d2597de1a6924e23dc3591b713d1957c2ddaa15dbde 1,921 1.00/1.00 vMB 32
508,052 508,052 0000000000000000003de7aa9ef9aece645d960b84f74ebdb283a7178498a16e 2,345 1.00/1.00 vMB 127
508,051 508,051 000000000000000000522c7df2dea8dd79344fd898c21bc24c0a26e3e30fc16b 1,847 1.00/1.00 vMB 118
508,050 508,050 0000000000000000000414852a52a9d6e805fc4f7770be4e2f3d578e3a349d6f 2,675 1.00/1.00 vMB 158
508,049 508,049 0000000000000000000f418af04e7b89673379703a8b92c027da33c97db3ffa4 1,706 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.