Loading Tool

Explorer IconExplorer

Memory Pool

47,883 transactions
27.27 vMB
0.07039399 BTC
Random Selection Loading Transactions
Max Size: 145.43/200 MB

Candidate Block

Mining Attempt edd492d2265534e7b2e45903b5b82d1a40ad01a723e19515a625592c44e4d111
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root f197621fb4d25b061e50c0592f2100bc38c344d36e1aeff3d0203f905b3a8beb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,432
Size: 1.00 vMB
Total Fees: 0.01952561 BTC
Feerates: 150.92 > 1.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (798,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,972 115,972 00000000000037f881e0b9f794316fe4b22428872d56bb1a599b6c2f677e23a9 7 0.00/1.00 vMB 486
115,971 115,971 000000000000c8aca6690050768df887463271b40d2f222a45bb143ca370330b 10 0.00/1.00 vMB 1,424
115,970 115,970 000000000000d69dc3b0050595580f96f024ea38533cd5114c14cef19168108f 5 0.00/1.00 vMB 0
115,969 115,969 0000000000004ea2f31c5d212d33d6a8786d9c71768acbed7e1e923d4e29e655 9 0.00/1.00 vMB 321
115,968 115,968 000000000000ddd4a7f14a738b900e1bc29729563a392019d73870e6cfcc3abc 5 0.00/1.00 vMB 1,031
115,967 115,967 00000000000048f8e2341b09a1a60c396b2a64cc415dc031cf3882096eefabe2 8 0.00/1.00 vMB 355
115,966 115,966 0000000000007d059e1e7abd856e47efdabeb3cad50d3bad02f17ebbf220b6b8 7 0.00/1.00 vMB 373
115,965 115,965 000000000000386de8624f55379e87f3f183e2f6a70e149b36d8a2df1c026a42 16 0.00/1.00 vMB 408
115,964 115,964 000000000000b862f5f70f79c0dd2b06ad78fd66c46aa1548a367039471126b8 4 0.00/1.00 vMB 442
115,963 115,963 000000000000b36044b82405bcfd6db4361070e6b5d7a15148e84d5dd20e91fd 9 0.00/1.00 vMB 0
115,962 115,962 00000000000008badcfec3e875eda1ce288e7c59be10533e2bec46148c9b901b 12 0.01/1.00 vMB 455
115,961 115,961 0000000000006f2f818a1767981881ea7db1f8e63701bcc4d2309ce63bcbedc6 24 0.01/1.00 vMB 223
115,960 115,960 0000000000005fba3dde4f67302482ad06bde8417c0e50c9c48737e2dd89cdbf 13 0.01/1.00 vMB 336
115,959 115,959 000000000000716a52f7ccd53719710c7d181f806f0bf34cf2a9439fb3b2b5a8 12 0.00/1.00 vMB 342
115,958 115,958 0000000000009fee4a2a8097f68ec3f4cf1af9d43fc766a78fd92d3c47f8494b 20 0.01/1.00 vMB 1,280
115,957 115,957 00000000000053090081ae1ebfadde918991d4ec5c146d4143a9efb08a3e1aab 8 0.00/1.00 vMB 1,178
115,956 115,956 000000000000caf0731fcebeefe0c4f75be26272da50e587858c44087712d022 22 0.01/1.00 vMB 712
115,955 115,955 00000000000014ae0ed25fdf2c4e460297158888cfe4a4a98182472c83588980 3 0.00/1.00 vMB 2,026
115,954 115,954 000000000000772712841a04af2980156508c230dc08e7acce2a0462e6a30e34 7 0.00/1.00 vMB 0
115,953 115,953 0000000000002c5b725122897e0135b92c1595f916605dcb00e97ae56293eae3 10 0.00/1.00 vMB 823
115,952 115,952 0000000000006add3917cb0547739a672212d789708f7592adc0ccc29e41e98f 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 649.05 GB
    • Received: 13.12 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.