Loading Tool

Explorer IconExplorer

Memory Pool

84,637 transactions
32.75 vMB
0.08311794 BTC
Random Selection Loading Transactions
Max Size: 194.06/200 MB

Candidate Block

Mining Attempt 8b0fa6f426a6f2b5870b1bf8f179330cd5b60b57d87b932f09faf0c4237d0343
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root aefa1e1e9b3ff0425e246c17c07a97deb20b47a2536f3fcad291fdf5cfb4b4b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,369
Size: 1.00 vMB
Total Fees: 0.01818956 BTC
Feerates: 120.64 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (333,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,942 581,942 0000000000000000001f26184d251989697179d3987486f2c2f176ff75d22f2a 899 1.00/1.00 vMB 13
581,941 581,941 000000000000000000001c82b729864f073120dd47ba61f42b5bdee457f4d761 2,093 1.00/1.00 vMB 31
581,940 581,940 0000000000000000001c4672fce9f498046b96e8a02c2023d8b3feaab31908cc 1,712 1.00/1.00 vMB 17
581,939 581,939 00000000000000000016f69be041be663f81771b487dee24c7ef7e4ac5abc911 2,471 1.00/1.00 vMB 79
581,938 581,938 00000000000000000003a6f4a3029c8ba133f945aea509c4b7f82e7990e3535e 691 1.00/1.00 vMB 25
581,937 581,937 000000000000000000099dbb81ac110074db9f1a49a903d7e9d27d2cac5a177f 2,575 1.00/1.00 vMB 78
581,936 581,936 00000000000000000010f51557f2cfc5949c71bbdfd9dd38c46fc0f788b04a91 1,765 1.00/1.00 vMB 30
581,935 581,935 00000000000000000001b1d8d2d1f36f7463b7d3a7f8ad9630bfe734df76528b 2,231 1.00/1.00 vMB 45
581,934 581,934 00000000000000000002a3c663a71be62430f9bd0a6ab40316be385e63673a70 2,627 1.00/1.00 vMB 32
581,933 581,933 00000000000000000016709787da4894b7cc36bd0f5a02639211a6903ea7cc48 3,332 1.00/1.00 vMB 112
581,932 581,932 0000000000000000000f9784f2b1f263fe61752b037de0913de716a615a4efbc 2,372 1.00/1.00 vMB 49
581,931 581,931 00000000000000000025d45ba10e86b02345c269680bdc6c55064a1cfdd00a0e 1,455 1.00/1.00 vMB 16
581,930 581,930 0000000000000000001ed748e425173afb5ad1c1f80ca57cf923d726a5cce7ad 2,849 1.00/1.00 vMB 29
581,929 581,929 000000000000000000228e36d9cba48de0cee0556df8bda31a6aaf7f658c4803 2,355 1.00/1.00 vMB 56
581,928 581,928 00000000000000000023729b38c1d09fa5da876ffd857265ef7842a4b07ab308 2,379 1.00/1.00 vMB 21
581,927 581,927 0000000000000000001c3ac8593e3ad72958f7aaf984f3139c68718776d43cdb 2,076 1.00/1.00 vMB 27
581,926 581,926 0000000000000000000f11859b1a38b299903b3b2456963b9f0460a62a4f29a8 1,950 1.00/1.00 vMB 67
581,925 581,925 0000000000000000001afb853ac22694d754a816eac3ab947bb0ae851a2d2fdd 2,460 1.00/1.00 vMB 72
581,924 581,924 0000000000000000000135e63ad4d8133a90e91a52edf5c8d47f232ab936148d 2,679 1.00/1.00 vMB 86
581,923 581,923 0000000000000000002150542b692eca113515cccfc2cb5cb7e45aca60fd97e3 3,129 1.00/1.00 vMB 66
581,922 581,922 000000000000000000074b72b7f576e748ed4c5a703862ec72406223fbca5192 2,820 1.00/1.00 vMB 26
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.