Loading Tool

Explorer IconExplorer

Memory Pool

84,703 transactions
32.77 vMB
0.08386637 BTC
Random Selection Loading Transactions
Max Size: 194.16/200 MB

Candidate Block

Mining Attempt b4b03ff321caac4991d24eb33d283dc1452ee66eed7b40986ea59f68ef4179b2
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 0e1c90b3d1d16884c25f51dbe39b6259913c9e78149a8004485f2715cae605c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,287
Size: 1.00 vMB
Total Fees: 0.01890159 BTC
Feerates: 120.64 > 1.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (497,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,339 417,339 000000000000000000e98802fc27736d0a17c9549b0b3fad0b6a5001cc840212 1,397 0.74/1.00 vMB 57
417,338 417,338 000000000000000002d569a9e91c84a915c28b7054ef3904162796b6f8948a62 1,962 1.00/1.00 vMB 60
417,337 417,337 0000000000000000006d7a9596f1cf1c938e9f46cb676c8550ef989aff684411 1,341 1.00/1.00 vMB 41
417,336 417,336 000000000000000002cc73c7e1836b1c934b62cb9b01c7e1abc2c0d0efc20b9c 2,559 1.00/1.00 vMB 84
417,335 417,335 0000000000000000034b56a8ba9e14bdc6ae7a66626d71f84dacef4d7fc0329d 1,711 1.00/1.00 vMB 64
417,334 417,334 0000000000000000044a9158fd49476e7fd079d56c563cdb6e97c6be76a023d0 315 1.00/1.00 vMB 10
417,333 417,333 000000000000000004e21739f3f104fc903b6222b5eb7afb0f7d95cee35e5318 2,348 1.00/1.00 vMB 57
417,332 417,332 000000000000000004bb04b55ba15126f10448516b8473f604e334e4372d6d85 2,397 1.00/1.00 vMB 78
417,331 417,331 0000000000000000013375bc6a7ab4f15bd590eba59130b19457ad99eed81080 846 0.93/1.00 vMB 24
417,330 417,330 0000000000000000000f6f8a625982d4de74df6116e0d1204ee8cc7063bae9c8 2,139 0.88/1.00 vMB 78
417,329 417,329 000000000000000004cf49459267097b47f72f274a67392f762e750e76457686 1,142 1.00/1.00 vMB 46
417,328 417,328 000000000000000000d36171233d33ae23d5a08e217173ae918ecd80d8abdfb4 2,052 1.00/1.00 vMB 61
417,327 417,327 000000000000000001781f3f2dec7ee02e939e2544a664ba1551dbf20ce2b2a1 1,800 1.00/1.00 vMB 34
417,326 417,326 0000000000000000034fad198d6c2ab7c1af08e8000f143cb8e96846c932efa4 2,204 1.00/1.00 vMB 61
417,325 417,325 00000000000000000008b97fb946946bb594c4f6d5475c44f079fbe68a6d2d70 2,398 1.00/1.00 vMB 91
417,324 417,324 00000000000000000068cdb839a02aa95586a93cd433802bf1b96c7e201454a8 1,860 0.98/1.00 vMB 45
417,323 417,323 000000000000000001b4f5e91c3c89169c2bc27bde51d97d2251b0b34dd1c100 1,856 1.00/1.00 vMB 43
417,322 417,322 0000000000000000006976b3e003447d6aab12349dcdde132d7e6436d60505ce 2,411 1.00/1.00 vMB 58
417,321 417,321 00000000000000000199de11a55a52dca72d5d95c71cc583ee61f334d5c45765 2,704 1.00/1.00 vMB 93
417,320 417,320 0000000000000000028b65b8b707c1902ae145b559265e405b19fcc2e2466fc3 2,145 1.00/1.00 vMB 53
417,319 417,319 0000000000000000038a57cc74720dffe8ebae716f06a54c4eb9f547b2caeb31 1,514 0.93/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.