Loading Tool

Explorer IconExplorer

Memory Pool

43,710 transactions
27.26 vMB
0.05672527 BTC
Random Selection Loading Transactions
Max Size: 143.96/200 MB

Candidate Block

Mining Attempt 89f6adc8a6ea00d4a320f46859345aaea560604c6153255b42fc60bfebb28039
Version 20000000
Previous Block 00000000000000000000cb2526f8131d7fa57f5fe00ea77e921b110e9065324a
Merkle Root 64c8ec1d1c9dcc2bed50a55de82f8e7592feb7bdbe4494f645e00fd3ba75c90c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.00553620 BTC
Feerates: 40.21 > 0.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,938 (684,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,979 229,979 0000000000000097f5aa3a1f9d31a39c1d74dfd98c0613be70e9517ccafb7690 208 0.08/1.00 vMB 172
229,978 229,978 00000000000001820eabf91d0584f84d903b39e95b5c36ec75125348f49b3856 109 0.05/1.00 vMB 176
229,977 229,977 00000000000001e5c4d9c353e4e75e3559fa221a12c855db1000bd1ce30f22ae 225 0.13/1.00 vMB 127
229,976 229,976 00000000000000d101b7dffcc7b0bddde5e9b2118e2ea60405e173b7c4a63840 62 0.03/1.00 vMB 142
229,975 229,975 00000000000001dcd46fe8d3073186d789ae09e1d5a2f449086460a374a46a43 229 0.09/1.00 vMB 184
229,974 229,974 00000000000001c2b5b05243d670338791bfb570b5ee7e3323c6c1154f75f175 10 0.00/1.00 vMB 94
229,973 229,973 00000000000001523f3edf5c1d8076039da7bdba4b3951b1149a70aea0ed9b2a 308 0.14/1.00 vMB 162
229,972 229,972 00000000000001ac2bdb282f6247f69d39e1bdaf6979d0a2efa992627661c2d6 141 0.05/1.00 vMB 155
229,971 229,971 000000000000013c8ec7774921089ca21af7e65d0416eec0b5b3f608daab3e63 240 0.16/1.00 vMB 115
229,970 229,970 00000000000001da797a194ea28a6bcda745c86e77a97ae0f76de00616e6f2ca 204 0.08/1.00 vMB 178
229,969 229,969 000000000000015939573d2961301591ed559a4ad2df54a58ccf723bf8a6a1e9 51 0.03/1.00 vMB 49
229,968 229,968 00000000000000076bb93b2671bd427b27af05e5e736e027da91c8766fa7fb32 608 0.29/1.00 vMB 155
229,967 229,967 00000000000001f942c27b53852beda86d450b2040b310a9c6def3524236b192 167 0.09/1.00 vMB 196
229,966 229,966 00000000000000f62168370043dd69ca8d7052a9a534938bb52febc136932870 444 0.19/1.00 vMB 168
229,965 229,965 00000000000000b8a4e0e5846ac698059cef2fad4b0a16df2e642cbf2e80f5a5 440 0.20/1.00 vMB 132
229,964 229,964 000000000000001779814b1273a60c7f23ca7482bb39ce4f3473a7982b6d80fd 596 0.25/1.00 vMB 201
229,963 229,963 0000000000000039510ef8e4fe6ad437f50c3923107e5bc06e3bee1e119c9b1c 6 0.00/1.00 vMB 0
229,962 229,962 000000000000016cf559c7c0df5b8de5004f21319e1d33f0451603415b9f99b6 159 0.07/1.00 vMB 179
229,961 229,961 00000000000000269b5562f8e9a533782232ea87dda806f997dafa2391c6d1f5 290 0.12/1.00 vMB 152
229,960 229,960 00000000000000cd6dcf84b820f6c14a5d3da6a4d81caa388bacdbee8963f430 266 0.13/1.00 vMB 134
229,959 229,959 00000000000001d9de05c7fe39bf83e272464973dcc43439dea9b6d18380271a 208 0.11/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.28 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: 656.78 GB
    • Received: 14.43 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.