Loading Tool

Explorer IconExplorer

Memory Pool

82,503 transactions
30.73 vMB
0.08226234 BTC
Random Selection Loading Transactions
Max Size: 189.13/200 MB

Candidate Block

Mining Attempt e46ea245c6373cf443d2c64cca1770f38b5275a94e36a5147dd585d87bb4ca2c
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root f84c39049b235def1c4ea4bf0a882783b27850c79890d5a9e08d556f747f3c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,251
Size: 1.00 vMB
Total Fees: 0.01347540 BTC
Feerates: 353.36 > 1.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (506,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,873 408,873 00000000000000000592c757a2b1e6435dd25d10c3597cef99135cf5d96837e6 1,738 1.00/1.00 vMB 33
408,872 408,872 000000000000000002710b3d16b1e74709d2a5ae05812b4024603cda8cd57f44 1,491 1.00/1.00 vMB 25
408,871 408,871 0000000000000000036ad2698cc7848bc9dd5f4a6329373aae8f0109f42505cc 2,392 1.00/1.00 vMB 36
408,870 408,870 000000000000000002ee253c05f6748f5b391e1c9d9b3e1f211a316b534c80d3 3,374 1.00/1.00 vMB 68
408,869 408,869 000000000000000005f39a1dedf134848482f7fbf1eebd98d31ed44399be6ea0 2,957 1.00/1.00 vMB 56
408,868 408,868 0000000000000000060ea75f6f53f3bf2ac50bf08c6cb2ad1c80ccb136907aac 886 0.87/1.00 vMB 14
408,867 408,867 000000000000000004d6e8015e3850f971c524620e28b5317575f3792f9d49be 2,437 1.00/1.00 vMB 45
408,866 408,866 0000000000000000004aea702d5f05c7513c33d25e936115f7b4f81895b8e944 1,299 1.00/1.00 vMB 20
408,865 408,865 0000000000000000009a97c3f5208dc5c6ae46e55687d56e76a3600bf692b973 2,233 0.99/1.00 vMB 36
408,864 408,864 000000000000000002c93901af3073675a51f9501d3c3883d1c4106fe586e853 2,984 1.00/1.00 vMB 64
408,863 408,863 0000000000000000012938dce2e3d3d865548658f4df3bd9d9dda0265fb3f63f 1,082 1.00/1.00 vMB 22
408,862 408,862 000000000000000001457f59bb98a9db144a40ebba539eef9a52dcc13806eee3 2,553 1.00/1.00 vMB 41
408,861 408,861 000000000000000005569b33f5cccaeddd688465f96380c7160a7c9c36cbb1f5 3,212 0.99/1.00 vMB 74
408,860 408,860 00000000000000000094e8d657afa753f1534d3a54d7ee0bacd3b747b4b15159 1,396 1.00/1.00 vMB 27
408,859 408,859 000000000000000000020c522a6a8a4fe6a8f44570a2b7c31808b1d579bc88eb 1,788 1.00/1.00 vMB 37
408,858 408,858 000000000000000000cea560795e0524c086b76a4d9c58bfb8824299ad6265f6 2,971 1.00/1.00 vMB 57
408,857 408,857 000000000000000002ba4f218773d1fdf5e3b8adac63685815b178ff6f6affee 2,107 1.00/1.00 vMB 41
408,856 408,856 000000000000000002cb285307b7916c9502a29e907692d111ce26b237206fd6 2,616 1.00/1.00 vMB 46
408,855 408,855 000000000000000000324c4fd6edf403ebe201510de7d557f5673d19b8b5ca8f 420 0.19/1.00 vMB 40
408,854 408,854 000000000000000001ca9de9fb678a8bac1e3d4efd6bba7909811cf77c5b5fc3 885 0.93/1.00 vMB 22
408,853 408,853 00000000000000000191857f24df7ac8b297683259284d13a13a289e81650f25 2,960 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.79 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: 709.81 GB
    • Received: 16.99 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.