Loading Tool

Explorer IconExplorer

Memory Pool

74,677 transactions
27.65 vMB
0.07427760 BTC
Random Selection Loading Transactions
Max Size: 168.49/200 MB

Candidate Block

Mining Attempt aefccadef43d55b3801f8bfd722210b893186074ca66d4bf60eb4b2ab515477f
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root 7d46b609eafcbe158bb5147b816d15639e9c2d504b1eae15e41905ee311d6f82
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,874
Size: 1.00 vMB
Total Fees: 0.01525158 BTC
Feerates: 100.35 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (237,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,102 678,102 0000000000000000000909cda08b4177c12f2f9649bd9cc72f8879d3b2cd5361 1,943 1.00/1.00 vMB 59
678,101 678,101 0000000000000000000bc88925a24a69bd04be3494544dd4b1b19715510e4ed0 1,988 1.00/1.00 vMB 44
678,100 678,100 00000000000000000005227394c9420f050134f728f3d252da5e73ead3c23b71 2,284 1.00/1.00 vMB 71
678,099 678,099 0000000000000000000445d7c6f53b58c86e45074a70853b1b313939ce0ecf5b 1,591 1.00/1.00 vMB 77
678,098 678,098 0000000000000000000598f888ae1318997f1b2dd68b14f3d8b977c8d6f2368b 398 1.00/1.00 vMB 66
678,097 678,097 000000000000000000077b214d2b072f169b60015be3af5d72597691e4be2f23 2,224 1.00/1.00 vMB 91
678,096 678,096 000000000000000000092a7fab48c894d6f8cee02ff1d6dd8fd28abb3c680d2a 2,335 1.00/1.00 vMB 93
678,095 678,095 0000000000000000000ba5bce3a65fa50d535e4f2ba7821a9dbeeea87258b03c 1,640 1.00/1.00 vMB 71
678,094 678,094 0000000000000000000ae9e09f3517c1d7aa9de088502559b0add686095240f4 1,065 1.00/1.00 vMB 102
678,093 678,093 00000000000000000007179d3e15ed10dd820201191fbf7c49a8a3d73c23b591 2,232 1.00/1.00 vMB 42
678,092 678,092 0000000000000000000377c6eaed3959f4feffc816e8bfeede5e1dcc72c67f6f 1,644 1.00/1.00 vMB 63
678,091 678,091 00000000000000000003f2421325f597ae596e12b2dcc040c0d3e2ec9bdfed27 1,506 1.00/1.00 vMB 52
678,090 678,090 00000000000000000005144e6d282ff25d8dcc58bd68fab95c29ef8898fbee6f 2,000 1.00/1.00 vMB 78
678,089 678,089 00000000000000000004d0fbf1d754929d0b997ca87975b5c36feb7c0a16eab1 2,184 1.00/1.00 vMB 32
678,088 678,088 000000000000000000082ad42fdcea7acf0729661fec1e7ea2761a3020e7f838 1,989 1.00/1.00 vMB 40
678,087 678,087 00000000000000000005ba35f851ab6e0f5cef85b31e864d6c1dd76dc2ac0aec 1,944 1.00/1.00 vMB 66
678,086 678,086 000000000000000000005d08df481a318feabe7b674021289a0b583464de695f 2,509 1.00/1.00 vMB 85
678,085 678,085 000000000000000000061de27df6e3757cf926bf147fe1be2046d096b85deb7b 1,440 1.00/1.00 vMB 80
678,084 678,084 000000000000000000035f36a48f7bdb87eaf6d787ea9ea8f8e2e16522ce4fdf 2,523 1.00/1.00 vMB 62
678,083 678,083 000000000000000000040fb2da73098f24cf9f97788635c321964ab708c0c1b3 1,629 1.00/1.00 vMB 64
678,082 678,082 000000000000000000057b9d3bb8b23ef22eb66a2fa3e57d54904b778d0685d6 2,239 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.90 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.58 GB
    • Received: 17.40 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.