Loading Tool

Explorer IconExplorer

Memory Pool

43,826 transactions
28.61 vMB
0.12395294 BTC
Random Selection Loading Transactions
Max Size: 148.54/200 MB

Candidate Block

Mining Attempt 8d87d7b9eec70196869281859ad55947906a73c936301cda483be44f59b2ce80
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root decac2a7a53b256ce4d26dd7aafc9151f0616e18e11bb211f0c4311ebcbfa506
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,866
Size: 1.00 vMB
Total Fees: 0.03765522 BTC
Feerates: 113.05 > 3.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (330,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,608 584,608 000000000000000000214855c7ba9b443542f39ca836aba095e142cd43acc41f 234 0.07/1.00 vMB 54
584,607 584,607 0000000000000000000d7d9c3c9295010b1f8ac3e8a0959df762dc85f797e658 2,188 0.75/1.00 vMB 35
584,606 584,606 0000000000000000001018f5543f8a9dd8ce2ad9e6a370ba1bf6d37c26931251 2,456 1.00/1.00 vMB 23
584,605 584,605 00000000000000000021923620e8a98035ff5a0288c7f3ba7d0d52fb61b42463 2,845 1.00/1.00 vMB 62
584,604 584,604 00000000000000000020e764a0f3c02bf9093b45106fc1e617106c094be17978 2,537 0.86/1.00 vMB 24
584,603 584,603 000000000000000000005922fd4a8bd44817d994d82db4bce969161a073ae3e5 2,063 1.00/1.00 vMB 53
584,602 584,602 0000000000000000001695c9f33f1d9746747d2ff825d7f2b6f0582b489e745c 2,630 1.00/1.00 vMB 48
584,601 584,601 0000000000000000001fec1782e1536ccb0711db7a6f0630a5bd7152e8c01ad9 2,383 1.00/1.00 vMB 22
584,600 584,600 0000000000000000001890279ebdaf492e6e233cdaf839abf8e550f4151335bd 2,637 1.00/1.00 vMB 45
584,599 584,599 000000000000000000104f46711562f228618c3e050c850f41978cebd9ac35d8 2,437 1.00/1.00 vMB 31
584,598 584,598 0000000000000000001806c3640c07eabe0bcc3447d72fa30971c53058d2f915 1,943 1.00/1.00 vMB 38
584,597 584,597 0000000000000000001f641d0d770abf2edf8a0fea7ef2c6f857bfff3efc1e84 2,679 1.00/1.00 vMB 46
584,596 584,596 0000000000000000000ad850aa21d3f49953ea7d58891656053506da3dd5b634 2,462 1.00/1.00 vMB 87
584,595 584,595 0000000000000000000421f955ed711f22a05ad7c6de02aa7d38935b19f734e2 2,067 1.00/1.00 vMB 58
584,594 584,594 00000000000000000008ad7e06ffa79994c9a39f78f471193119fb7b6fbb9b63 3,530 1.00/1.00 vMB 47
584,593 584,593 0000000000000000001355246f5390728714f56b4b52d4cda2e045e9c78a0f1f 1,883 1.00/1.00 vMB 59
584,592 584,592 0000000000000000001807539388fccbd0d2d4111e0ff6d97411dcd13053ddc0 2,266 1.00/1.00 vMB 78
584,591 584,591 0000000000000000000e6e16c6d649228bb267f1877fbb580e3c7111267e49ea 2,819 1.00/1.00 vMB 111
584,590 584,590 00000000000000000007c3db9c2964d327cf9e0d1ecd5ee4a668a4904cb34621 2,752 1.00/1.00 vMB 32
584,589 584,589 0000000000000000000db4daed4faec78964af278456df069b4f6d06abddb54b 2,764 1.00/1.00 vMB 61
584,588 584,588 0000000000000000000d83095578a6fff7fe21ff7a067798f814ec5bc181c5c6 1,952 0.98/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.