Loading Tool

Explorer IconExplorer

Memory Pool

48,119 transactions
29.19 vMB
0.07042739 BTC
Random Selection Loading Transactions
Max Size: 155.94/200 MB

Candidate Block

Mining Attempt 081e1d1f30cc51c5cdd922bc729c9f5a1dc6ca0bc1a28afe2e78452d0b17b43d
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root bfcfd0fa9896a7bce4e7b3ab41cbd24c5ef61e8175cd40180a8f51b5ea8afe8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.01405567 BTC
Feerates: 132.00 > 1.41 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (84,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,954 829,954 00000000000000000001be25aa2b8fd65763105431b824c09dffc337613bc3a9 2,927 1.00/1.00 vMB 14
829,953 829,953 00000000000000000001412864b1ef3c128b951176a0f7a8207b7dcd5fdea7fd 3,011 1.00/1.00 vMB 19
829,952 829,952 00000000000000000003b1414c2d3ca30c4810c563a685ea9df459f3bc858175 3,336 1.00/1.00 vMB 19
829,951 829,951 000000000000000000017324793d7f08ddd99ca2cacb7b9c8204e4d4cc1e3fbf 2,820 1.00/1.00 vMB 30
829,950 829,950 0000000000000000000138eab803927c7a2f9e59103f3124e6a03d7f261d6536 1,288 1.00/1.00 vMB 12
829,949 829,949 000000000000000000015bf6b654289cba7325f4165d969ccb0e3d4d99e6f28c 2,172 1.00/1.00 vMB 18
829,948 829,948 0000000000000000000022d9602397270a2d168e8c22ebbf2f228c11fb7b7f5d 852 1.00/1.00 vMB 16
829,947 829,947 00000000000000000000b81f4cec20fbd482cac82c0d4277c96bb38712940f9e 479 1.00/1.00 vMB 13
829,946 829,946 000000000000000000005c20b6f61525ef15869365f105380241af94f8fba5a4 3,916 1.00/1.00 vMB 25
829,945 829,945 00000000000000000002e4df114c775ad99b5b43dfdb38cc4713f28047977bae 3,113 1.00/1.00 vMB 24
829,944 829,944 000000000000000000002c4ad5f98a60d1e2eee4f6aead0989e5d0499df26ce9 2,229 1.00/1.00 vMB 17
829,943 829,943 000000000000000000007cda0ccf5f7ddfc512452f9106501242fc37ddbf52ff 3,113 1.00/1.00 vMB 24
829,942 829,942 0000000000000000000038c2377c8059b77bc035888a0553ad1cecf1df815467 3,384 1.00/1.00 vMB 22
829,941 829,941 00000000000000000002846010cd47e540544a0f74dafd19bf23dd300c2c68ef 2,441 1.00/1.00 vMB 33
829,940 829,940 00000000000000000001bc600883cc7f1d515d33ca49253d0a934118d3365103 1,243 1.00/1.00 vMB 13
829,939 829,939 000000000000000000011694f56e060334bcd151136f181a83a20dabce96a0af 2,932 1.00/1.00 vMB 20
829,938 829,938 00000000000000000002d0a4a0b9527b86b55e2b9c000b43e6d078c54295d483 3,617 1.00/1.00 vMB 22
829,937 829,937 0000000000000000000005cde8c7e12195d1011b7fe43e63d4550820cda85293 3,070 1.00/1.00 vMB 27
829,936 829,936 000000000000000000010fe144d857b8d9dedc96ea300c39d87a83b8f3532d15 3,035 1.00/1.00 vMB 27
829,935 829,935 0000000000000000000202a12d8a5ead6deaf89d407efc9876a7cf8071d5a4b7 2,056 1.00/1.00 vMB 20
829,934 829,934 00000000000000000002a487eefc7767bef174de891bdfbc5bdb1ccfe022f192 3,514 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.