Loading Tool

Explorer IconExplorer

Memory Pool

79,016 transactions
29.60 vMB
0.07363009 BTC
Random Selection Loading Transactions
Max Size: 177.61/200 MB

Candidate Block

Mining Attempt 7dbf51c45c556e3e7cb6dcd77ea5580f2076d1e880e0a837359adc4cb5584a9f
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 7ccbaf37f4b861daddff0a4da76d9cd11c78eadd80a2932a8fcef224f2660d3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,166
Size: 1.00 vMB
Total Fees: 0.01346181 BTC
Feerates: 150.98 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (523,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,958 391,958 00000000000000000537ca7e4840574f6b4d8e621ab7af25cd97130d1560eb93 1,529 0.99/1.00 vMB 22
391,957 391,957 0000000000000000069ab98a914a9aceee0ad2530430a489383ad00f0ee64ec0 3,057 1.00/1.00 vMB 51
391,956 391,956 000000000000000008020b2dc61f189e772fc0b1ed219c9cad0d785680ce5579 1,636 0.82/1.00 vMB 30
391,955 391,955 000000000000000004e992cc78fc73c089f06106ef98e37690f7009df42961db 1,879 0.93/1.00 vMB 28
391,954 391,954 000000000000000002382c25d8515d71c4b0283429dd2059d61d77e29824dea1 1,992 0.93/1.00 vMB 37
391,953 391,953 00000000000000000207f6ffdb36bc40c4b9476c1fc02196c9241eefe59c07dc 1,672 0.75/1.00 vMB 29
391,952 391,952 0000000000000000010b07a69d99daca3b7baa5319d2234ea68807b6d85fc830 3,030 1.00/1.00 vMB 54
391,951 391,951 0000000000000000031cffe4877479c849bb7da423dafafe0d1da2c650e1953b 1,020 0.50/1.00 vMB 22
391,950 391,950 000000000000000006d8b84b6646448cbe6ca8d675efc4cdf3cca4982ad8ac94 1,539 0.75/1.00 vMB 32
391,949 391,949 0000000000000000092eea36a74a9f00a5debb448a29e4da4ead9ccfdf597b04 3,111 0.93/1.00 vMB 56
391,948 391,948 00000000000000000131a41382bfbec494cd3efe7bf60357af29b1a70a4df81b 473 0.23/1.00 vMB 34
391,947 391,947 0000000000000000043d26d44918d4f591ae5efb094e5fa73bc7bbfb6a55142c 212 0.24/1.00 vMB 14
391,946 391,946 000000000000000005dd4b76119f5d268a28f7b9ee070ee11ae2e3aa938aea96 285 0.25/1.00 vMB 15
391,945 391,945 000000000000000006b4ee38706d1de42d69522eb42176de84df9174b06c413b 899 0.39/1.00 vMB 34
391,944 391,944 00000000000000000798f9454601ca9cb6f40cf6b40c296c5078f1301525eef6 654 0.33/1.00 vMB 28
391,943 391,943 0000000000000000099b06be01bbfe6fd7f253fdc98e8a8b8f4083acbeff8126 188 0.07/1.00 vMB 55
391,942 391,942 00000000000000000756d256b002ae8253bbf5f6cf86de8dacc0304d51d1c373 840 0.73/1.00 vMB 17
391,941 391,941 00000000000000000102fbbf667973f46a8740992e3db7794db6c27460ba86cd 628 0.30/1.00 vMB 38
391,940 391,940 0000000000000000006a7727b2c6a77a7ca89689122167d2c2888b1b68af34b0 2,215 0.93/1.00 vMB 37
391,939 391,939 00000000000000000612175cae75c537cb43ba0839d5b43179079e9a54112f60 453 0.26/1.00 vMB 26
391,938 391,938 000000000000000008d9cdac5c1c87c9938775319f2d90f94a298a770e569ab9 767 0.45/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.