Loading Tool

Explorer IconExplorer

Memory Pool

84,943 transactions
32.79 vMB
0.15178974 BTC
Random Selection Loading Transactions
Max Size: 195.67/200 MB

Candidate Block

Mining Attempt b90fd4a14f1dac9d2ef456998bb1455f44b3b7b31c6386522ba2ca5e9f055e83
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 705e3becc86de0dbce7af5d99fd1399855ab99e07fa0942da58e0f0c7fb33f62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.04676649 BTC
Feerates: 318.30 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (429,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,051 486,051 0000000000000000004f216394197fe5779ceacf5628dfc21283fb9e0a141888 1,756 1.00/1.00 vMB 148
486,050 486,050 000000000000000000396af62742b896d7421b86ea812851a992faa67b5dd211 2,080 1.00/1.00 vMB 189
486,049 486,049 000000000000000000071e2c695525de8caf9917246693c0f02bb3b36eeeb25c 2,228 0.98/1.00 vMB 129
486,048 486,048 000000000000000000b604b4e94affd5324b1d9aa36ec412bd241dcf09c5e425 2,522 1.00/1.00 vMB 146
486,047 486,047 00000000000000000037d9b44d60a8ce4d6cc155bdddbfacb46f57a4395f163f 1,981 1.00/1.00 vMB 87
486,046 486,046 000000000000000000ad8e111e4f92ce3ee14393f7b7080e9f06fc81fc94f8c5 2,100 0.97/1.00 vMB 122
486,045 486,045 0000000000000000009193b8708d0bf5321be141383d0cdddd005e912fedecaa 2,333 1.00/1.00 vMB 183
486,044 486,044 000000000000000000bb2dd645ce56023d0b43d14618679c32ed54c3b1d197a3 28 0.01/1.00 vMB 393
486,043 486,043 0000000000000000000d60274cc16a7069a8a5a6dccc7f63d0cef23eee065887 2,005 0.97/1.00 vMB 122
486,042 486,042 0000000000000000006edc74a50a66b950a7579895c80f6a0acb44fa46919f66 1,194 1.00/1.00 vMB 56
486,041 486,041 000000000000000000edc6e3ca5333d037c4dfa07d5cc0e8700db9f2e2c60ca5 897 1.00/1.00 vMB 44
486,040 486,040 000000000000000000b20444c545046c2a6607519f0fe43b2f85a73730374db2 1,508 0.97/1.00 vMB 15
486,039 486,039 0000000000000000000f99a1516f94d29c27743ae5b2999baf622b7a6fede61e 1,231 1.00/1.00 vMB 64
486,038 486,038 000000000000000000658f1be9dc1078d08174ae83216eded85d49cc8d15eefa 1 0.00/1.00 vMB 0
486,037 486,037 0000000000000000002655f942ae50f80b00a9d35be85805ec9bc44baee342fa 959 0.98/1.00 vMB 9
486,036 486,036 0000000000000000007a86cdd105bb4f4bdff28074757ae4bddf381870569a1f 1,942 0.97/1.00 vMB 21
486,035 486,035 000000000000000000ed9f905ac401f448d5e727902aaf57a50e1a669927ff99 2,611 1.00/1.00 vMB 36
486,034 486,034 000000000000000000554207e5250bf31b4f023118d89cd1942b3c2b2148c4d3 1 0.00/1.00 vMB 0
486,033 486,033 000000000000000000ba5de74612a9b4c88cfef98970558e7dca32625ffe0426 2,375 1.00/1.00 vMB 163
486,032 486,032 00000000000000000007c1af4f4d5df74e48c9e4f835b30db7cac9d909111f18 2,393 1.00/1.00 vMB 14
486,031 486,031 000000000000000000c0390b70200f4a9c7635c4bfa84875642435d49c11e497 2,128 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.