Loading Tool

Explorer IconExplorer

Memory Pool

83,254 transactions
31.23 vMB
0.09247523 BTC
Random Selection Loading Transactions
Max Size: 191.54/200 MB

Candidate Block

Mining Attempt 02c413318e225af1c2620009a7f9683703c164fd198cb5adeead264f0ec3b167
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root d53770af8e4d31746ac6adc60a0705abef33dd5e6b067d90d97c0f5c781f849b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.02149398 BTC
Feerates: 114.60 > 2.15 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (283,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,982 631,982 00000000000000000005b69c149c365ac84f33a7233232cf90cabcf08f6fa6c9 2,217 1.00/1.00 vMB 27
631,981 631,981 000000000000000000083d1eec714adec3ceaf7c795a4fba79b2c11de1fdc22a 2,784 1.00/1.00 vMB 31
631,980 631,980 0000000000000000000e9058432fdf1cec3a6e0e2bcc03d81cb94bab7442760b 2,648 1.00/1.00 vMB 87
631,979 631,979 00000000000000000008f7afbf597e7d550cb138d5100ab66bfa6c490229a3d9 2,437 1.00/1.00 vMB 73
631,978 631,978 0000000000000000000b7a198963fa16328d757bbb677b5d2352e3c5427afb69 2,238 1.00/1.00 vMB 120
631,977 631,977 0000000000000000000e76cc39b4da8ff77d9987d253cca33995003e650723f1 1,905 1.00/1.00 vMB 136
631,976 631,976 0000000000000000000efb4372dfa9205f9cdd7b7c1070417e92c0ba2eacb4ec 1,338 1.00/1.00 vMB 33
631,975 631,975 00000000000000000003ba1ed73f4fb07b5ed5c441ff9fb31285faa9c978d746 2,187 1.00/1.00 vMB 48
631,974 631,974 0000000000000000000eaad41f434102256269fe0b875e32095213bcc5c0902b 2,225 1.00/1.00 vMB 53
631,973 631,973 00000000000000000009f80f5baa555b7292817843617c177a63e45c48efe81d 2,486 1.00/1.00 vMB 18
631,972 631,972 0000000000000000000904dc09be645bd83c62f1608664dc09d5a9b2b5e4acc4 2,839 1.00/1.00 vMB 28
631,971 631,971 000000000000000000048949d87ff0cb31db2e249d3051a1e7a5ad86648a5e29 2,285 1.00/1.00 vMB 86
631,970 631,970 00000000000000000002157b9edb5c5e6daefbe8d3987bb4a64bc0847f5b3035 2,600 1.00/1.00 vMB 54
631,969 631,969 000000000000000000024024f8bdaa426ad43266cfa0b37f0f9eac6de674e33c 2,679 1.00/1.00 vMB 82
631,968 631,968 00000000000000000010b8c1ad8d87f77fdbd6453bb4a42a0f1e67dd76054cac 2,031 1.00/1.00 vMB 35
631,967 631,967 0000000000000000000207120410242bc856dd1183f02f8aca7c1c91f64bcd5a 2,625 1.00/1.00 vMB 60
631,966 631,966 00000000000000000002abf364b0307b214e56fe168fae0c373be9f7e5bb6cef 2,927 1.00/1.00 vMB 115
631,965 631,965 000000000000000000010e8cc1ed3300c060923754c274e01759a2e3d05fcd94 2,838 1.00/1.00 vMB 22
631,964 631,964 00000000000000000011e608c1c2ff420d6c878938e409e02a693288f659ef1e 2,966 1.00/1.00 vMB 98
631,963 631,963 000000000000000000102868327dbf1d95400ace88d4faf1dbc8f8e7cf2f7494 1,825 1.00/1.00 vMB 34
631,962 631,962 0000000000000000000be954973b390991288a52c5922ab7d3dd94ee61e310f0 1,941 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.