Loading Tool

Explorer IconExplorer

Memory Pool

74,939 transactions
27.64 vMB
0.07458019 BTC
Random Selection Loading Transactions
Max Size: 168.58/200 MB

Candidate Block

Mining Attempt 17d39e61d13211c678a3c20476339e767c2d9cd5b47ecb4b2a7c0af63f9c9f2a
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root c389cc87adefbcc38183750da86a16f39b86e35677f4502d257ca7d2d6ed4c19
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,246
Size: 1.00 vMB
Total Fees: 0.01556785 BTC
Feerates: 100.35 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (533,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,219 382,219 00000000000000000a320c6a2aac726bc9c737b4f202ed94cf84551a018a60c8 492 0.24/1.00 vMB 31
382,218 382,218 00000000000000000cba1a541f7b57762da9d5fad77c9d709ceeec6f928f0e61 1,322 0.73/1.00 vMB 33
382,217 382,217 0000000000000000050fee85cc79dd3e9521bca1dea2176ce9159ead9865cec8 408 0.19/1.00 vMB 33
382,216 382,216 00000000000000000add7b822bd520ac192a7269f1e99e841e6825ac58204449 220 0.61/1.00 vMB 10
382,215 382,215 000000000000000007452e30a8880b44e1114323250e9a29f0ea52a6fdabbf1e 235 0.14/1.00 vMB 25
382,214 382,214 00000000000000000b0a49977dec4442aeed131040b0319ec90e8a5f6e780336 1,283 1.00/1.00 vMB 24
382,213 382,213 0000000000000000090ad1b9e75ee30edbabe137f8cd164387d52df613f4e5f9 1,182 0.75/1.00 vMB 21
382,212 382,212 00000000000000000b3281e94318d5ce59d51905c3fb2a463585365651231c6a 2,149 0.75/1.00 vMB 50
382,211 382,211 000000000000000003dbcc9c61fc6701425bccac51f9b105bcf9b342c46d1948 1,187 0.59/1.00 vMB 35
382,210 382,210 00000000000000000ba94b5472d4889c0043678474dcfccfdd05a1df9902a416 1,154 0.52/1.00 vMB 39
382,209 382,209 000000000000000000940580496526d5192bdd55e11449298040721c1f9a2eb7 310 0.19/1.00 vMB 27
382,208 382,208 0000000000000000051e73edc302b0691f6861d85423d98717a59f3d376ca3b4 710 0.32/1.00 vMB 38
382,207 382,207 00000000000000000e3581e1f9c9bf219ad0f26198a2aeca52236e1664c40c08 787 0.36/1.00 vMB 33
382,206 382,206 000000000000000006baa5ef0ff5340ae3a08772d25b010b9f0870bc4d25b51a 1,455 1.00/1.00 vMB 17
382,205 382,205 000000000000000009c678603d738a1bc62c26e38120197094d200a5dfa718a9 1,984 1.00/1.00 vMB 31
382,204 382,204 000000000000000001d1c35d0ac22d2232d3aa56ae9e4936dfcfeeb1fddd6f29 295 0.31/1.00 vMB 19
382,203 382,203 000000000000000004aed8f2ba1a54756b06b1c9e9dcf3ed1252ad39951b8bfc 1,171 1.00/1.00 vMB 20
382,202 382,202 00000000000000000db2b89e8fc90830e685b046aad9370258e98292bd1ef49a 2,287 1.00/1.00 vMB 51
382,201 382,201 00000000000000000e45ca0f2246ced532eccfe0cd5df8741ad83135bcc248df 2,871 1.00/1.00 vMB 46
382,200 382,200 000000000000000004d72e17c646b5326e2f246a34d224a2f2f11475c6361259 1,466 0.70/1.00 vMB 33
382,199 382,199 0000000000000000048fc8850f5b42b58e606b19a3999b56202fabd2d7a38876 289 0.22/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.