Loading Tool

Explorer IconExplorer

Memory Pool

74,647 transactions
27.60 vMB
0.07509160 BTC
Random Selection Loading Transactions
Max Size: 168.31/200 MB

Candidate Block

Mining Attempt d01e2109d922a3947d9c8df3fc93588410ec1dee7167012972c7fbbb40e8e682
Version 20000000
Previous Block 00000000000000000000e688f97ccb81e4d6cc7bbc0a5091e24a52bc286c17c9
Merkle Root 7a11c9db07dc24ae5469b4ed982fe9f2597b84595ade6a9e689bd8043d97dfe8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,227
Size: 1.00 vMB
Total Fees: 0.01615841 BTC
Feerates: 135.71 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,282 (276,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,871 638,871 0000000000000000000da3d8f471e0464440e1db2443a01fecb05438920cc7fc 2,260 1.00/1.00 vMB 27
638,870 638,870 0000000000000000000f534507dfaf45017deef57c6553e5b8e6247944fbdec3 1,419 0.46/1.00 vMB 21
638,869 638,869 00000000000000000002a48fac74a67fcc3ef7e8833c1cd75e060ee0c560d42b 1,402 0.67/1.00 vMB 23
638,868 638,868 000000000000000000019f5004b75bca66a8063e7dec022d4b364fa41f34e509 635 0.21/1.00 vMB 26
638,867 638,867 0000000000000000000b9ab2d72259a39a6d12370b153c3d19be0eca9433e3ac 290 0.10/1.00 vMB 36
638,866 638,866 0000000000000000000f464b096b50d83dca36ffa89fa359a6acfd1570fdd337 1,939 0.78/1.00 vMB 21
638,865 638,865 00000000000000000003b04b6a01b2cc52138814d05f900da80e68790600d59d 1,550 0.74/1.00 vMB 13
638,864 638,864 000000000000000000046ee974baca5b6fa5ea1b44fda6ab06c9357613fc9abc 2,042 1.00/1.00 vMB 6
638,863 638,863 000000000000000000024775298bd7c7dde8ddaf8b2c16db662019506ae5556e 2,376 1.00/1.00 vMB 21
638,862 638,862 00000000000000000002fe756da230fd2835a76135f17b89e9f3984e6cbd9812 2,676 1.00/1.00 vMB 34
638,861 638,861 0000000000000000000695d04feefbf4bbdec546335427a2529f5a88d552c8ef 2,668 1.00/1.00 vMB 21
638,860 638,860 00000000000000000010ea4c16d0c543858fc72a7e0ae054ac7259a893955ec3 2,201 1.00/1.00 vMB 23
638,859 638,859 00000000000000000000416943d22414dfb548a1998c52c7733aa2ebe1b69adf 2,199 1.00/1.00 vMB 9
638,858 638,858 0000000000000000000ab45fa230af0b89128003ebeb3c399e6b2339539e33b1 2,026 1.00/1.00 vMB 16
638,857 638,857 00000000000000000001809ccb8057d0ee3a5bc6b69a98360e8bc237125952e3 2,434 1.00/1.00 vMB 41
638,856 638,856 00000000000000000007b213a9820f1b47ece7269ea56c78d13ddf5ea6dc8cba 2,625 1.00/1.00 vMB 39
638,855 638,855 0000000000000000000ded1ff85923bc61be2532e8d4b1d7d8820c8563951335 1,793 1.00/1.00 vMB 12
638,854 638,854 0000000000000000000dcaa5b5cd7b61f4e7cd6284b5bbf747eee917729ef178 2,785 1.00/1.00 vMB 7
638,853 638,853 00000000000000000003efb68982f48e7d315357a1dbf1bd9ac3b71ecac367b3 2,601 1.00/1.00 vMB 28
638,852 638,852 00000000000000000010f2ee9aaffc567415d9ebbcd651de2c888929ff94484c 2,938 1.00/1.00 vMB 9
638,851 638,851 0000000000000000000372c4ecb3a2a805b7ce14980fb3f9c1408440237cb334 2,514 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.88 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: 713.26 GB
    • Received: 17.34 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.