Loading Tool

Explorer IconExplorer

Memory Pool

53,043 transactions
29.21 vMB
0.09834346 BTC
Random Selection Loading Transactions
Max Size: 157.46/200 MB

Candidate Block

Mining Attempt 2dda4be66d5dc9d87bd797e4d4f04ca175ab221bb9dd73cb693ed9a0669a0fea
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 9925e3438d888044894cb542e1ff0d33757242afb5f1f92814be53c32580361c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,507
Size: 1.00 vMB
Total Fees: 0.03887901 BTC
Feerates: 500.45 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (524,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,023 390,023 00000000000000000034ee671e9da80e6075cb6f61cadd1589b350e5ebf71c0d 198 0.11/1.00 vMB 20
390,022 390,022 0000000000000000019cf280540beed8f02a0879879cdeabefee8d53b32d0052 1,109 0.99/1.00 vMB 19
390,021 390,021 000000000000000008c4757c97d5cb81a7a5dcf7a77576e4403166ebc8a755af 726 0.70/1.00 vMB 15
390,020 390,020 00000000000000000818a21f368291472e4adbc73af2823129350b79e3fdaf0d 2,737 0.93/1.00 vMB 53
390,019 390,019 000000000000000006be0ca2568691e0c6f79034c1e693c54cea2d722badb681 1,787 0.75/1.00 vMB 36
390,018 390,018 0000000000000000052061e6cf4f36110c324cafd8fc58d1f333e0e88842bf1e 2,140 0.95/1.00 vMB 39
390,017 390,017 000000000000000008ec7e90c4d138e7c12b6a36ce18a1de1e94c081d51b878f 599 0.75/1.00 vMB 16
390,016 390,016 000000000000000001258c23758a805b2a2ce02d80a0c7a66f0880c78884b053 184 0.25/1.00 vMB 12
390,015 390,015 000000000000000007978f12adc389f8d896b4e943ac6f2dfa77511f07558a8e 165 0.25/1.00 vMB 8
390,014 390,014 00000000000000000ab7f3563907577e4463a36d2d4519e1aa6452b3c042e9e7 343 0.95/1.00 vMB 8
390,013 390,013 000000000000000009e666984eba46c58eb43ae4dd53e5e9a40fde3047f5b0b3 488 0.59/1.00 vMB 14
390,012 390,012 0000000000000000076b01ff1d06db6f596e567746c3a157f9ee069470c90a4b 1,362 0.60/1.00 vMB 46
390,011 390,011 000000000000000006eafb9f626ac03d5814e8abe1160e8530dafa3378a72c08 1,086 0.93/1.00 vMB 21
390,010 390,010 00000000000000000a9cf0109e7b26d9d9a7d460d90ba096fc972e8615b7d96a 2,583 0.95/1.00 vMB 46
390,009 390,009 000000000000000001d08124de900b3a8ee1f53cb0246af7fd9dcee8f0509057 987 0.65/1.00 vMB 32
390,008 390,008 0000000000000000097b1e48e9d31f3809355c1f02d7ce76926d9ddc6960536d 1,557 1.00/1.00 vMB 28
390,007 390,007 000000000000000008b9373182027c40e05dde72481414cd8f298049eb109715 2,025 0.75/1.00 vMB 48
390,006 390,006 00000000000000000003a94bb58e3adde645dff7984e96195c62d59831f7614a 2,392 1.00/1.00 vMB 40
390,005 390,005 0000000000000000091f6819890905c332464bf6c175cb20a231223d1483ef6d 2,354 0.93/1.00 vMB 39
390,004 390,004 000000000000000001c9b227b6d515a93e95a4be783e9c1668b3b519a84b81f6 2,403 0.75/1.00 vMB 61
390,003 390,003 000000000000000004870f3eef123ddc74f306b60f6b59d16646ffcb3ea7777e 1,090 0.57/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.02 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: 649.72 GB
    • Received: 13.22 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.