Loading Tool

Explorer IconExplorer

Memory Pool

40,705 transactions
32.68 vMB
0.09184871 BTC
Random Selection Loading Transactions
Max Size: 162.72/200 MB

Candidate Block

Mining Attempt 3d53e5532b80448f2aae9a2a7237363896b28d3f9b18637a4fe572635d2455fd
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 3fe36253b928bfa5c378f24772a47f0d80fc4334e558d5c80071193360c2a97a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,276
Size: 1.00 vMB
Total Fees: 0.02283637 BTC
Feerates: 501.64 > 2.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (456,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,720 457,720 0000000000000000017750b846799379a7e8fe19fc37b9bff0b04637bf7ad31d 2,355 1.00/1.00 vMB 207
457,719 457,719 000000000000000001f37bed8861404288dc1a700d0aaa2f9cfd56a0386f5424 2,679 1.00/1.00 vMB 211
457,718 457,718 0000000000000000015bd661b49a06f9baf572b177566bdb79bb2394638a416f 1,444 1.00/1.00 vMB 244
457,717 457,717 0000000000000000001745013e22e4cf1166acd5466e928dda26047cf4dd76fd 1,997 1.00/1.00 vMB 182
457,716 457,716 000000000000000002351a769b16d6abbeb44b5047e27d7bb4fdbf7ceff0a7a8 2,069 1.00/1.00 vMB 218
457,715 457,715 000000000000000002418fae992421df3016322c43aa82ccbe9234514d6a74fe 1,400 1.00/1.00 vMB 125
457,714 457,714 00000000000000000025da84ad07e9597d88844da8d8cb53a39af8f7a3a49733 1,536 0.93/1.00 vMB 138
457,713 457,713 0000000000000000004b478a18001d9c7479dd9c80da019360b326b2300818fb 3,561 1.00/1.00 vMB 124
457,712 457,712 000000000000000000173a34426ae2963b1a7e1bafde9954f079dc5b2ca50f0b 2,193 1.00/1.00 vMB 170
457,711 457,711 0000000000000000016e58ead85296a88a757f0d079920890121d118e152c883 2,437 1.00/1.00 vMB 167
457,710 457,710 00000000000000000087e05959d5b5afc615a8cb362b4987e5889f9d943a87ad 2,537 1.00/1.00 vMB 146
457,709 457,709 00000000000000000117e08e6c5643b91ea38c0654f3d22beba6f7b53f52c09b 2,180 1.00/1.00 vMB 134
457,708 457,708 0000000000000000001e3c45a14cb91435004ef03616ecae53619dca30281542 2,374 1.00/1.00 vMB 193
457,707 457,707 000000000000000000b97761ab80798924cf909a7b629a1ae979255e9edc2f66 1,836 1.00/1.00 vMB 147
457,706 457,706 000000000000000001f0c6b1d042ce3f984cab2c8da019469f1d5b58d9467e07 2,221 1.00/1.00 vMB 194
457,705 457,705 000000000000000001f173bb1a12e63aa6732cdc17960ba6e72a68e74cbcb256 1,755 1.00/1.00 vMB 186
457,704 457,704 000000000000000001c20f377e9b832a348c1f927354f217ec5494fd3961ba48 2,278 1.00/1.00 vMB 196
457,703 457,703 0000000000000000004ef00ed73cbad49556f2b59e35521ef525b81576ab0cb5 2,370 1.00/1.00 vMB 222
457,702 457,702 000000000000000000738903d3ae4d83f814e5ef4a0593f9e7b922254ede6e01 2,501 1.00/1.00 vMB 232
457,701 457,701 00000000000000000120b8cdf8119075b3fa51e6ee6c23eb9452db721c9529e4 2,255 1.00/1.00 vMB 208
457,700 457,700 000000000000000001497480ee7c595f3933991f53372822a70294c3c4f4c01e 2,509 1.00/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.09 GB
    • Received: 11.53 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.