Loading Tool

Explorer IconExplorer

Memory Pool

82,504 transactions
30.62 vMB
0.07959481 BTC
Random Selection Loading Transactions
Max Size: 187.79/200 MB

Candidate Block

Mining Attempt 88e3d7f5e1909f6c1bbfc79a1b77caa4d7e60ad5fa6aa8f3fe18eded4f3b3dd4
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 586a13ecacdfc4671796a2b433853548f8ab5d281150e53b53b7616d1673bec6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,561
Size: 1.00 vMB
Total Fees: 0.01063179 BTC
Feerates: 40.21 > 1.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (556,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,049 359,049 000000000000000009de5126d44688167c837b348f37b6f898ff53cb39fb7b66 1,267 0.75/1.00 vMB 36
359,048 359,048 00000000000000000b2f4687f04d7b69ea22ff14076f828073c939bf8cd0cbe7 1,358 0.75/1.00 vMB 31
359,047 359,047 0000000000000000000f1de2fb7e5ac9cb5e99f6d535b21ec8db46b5329fcda1 1 0.00/1.00 vMB 0
359,046 359,046 00000000000000000d339140fa4d05c6ee784d2badfec5c4cdbf71f0df7a0eba 274 0.15/1.00 vMB 24
359,045 359,045 00000000000000000f466e9e44b1ffc307f8e86ec264db82ac81b54eee7c0bbd 485 0.25/1.00 vMB 25
359,044 359,044 00000000000000000c6ddf1e5ef4b71be5042efe7198e100540a25eed29a502b 121 0.07/1.00 vMB 22
359,043 359,043 000000000000000014e465b179e22241bd05de7e1ee94c5429ade8371e6fcb0f 1,070 0.53/1.00 vMB 26
359,042 359,042 000000000000000001c42ab2fdc0140702585ead5711c0c1a09ad88e7c4bdf7c 53 0.04/1.00 vMB 9
359,041 359,041 00000000000000000e494d9f7aa568f7756bc535afceb84aa04b9508405d7e2a 213 0.11/1.00 vMB 43
359,040 359,040 000000000000000008258cb72a67233567ab88b8fbabada69de6e0f9d2147257 401 0.19/1.00 vMB 22
359,039 359,039 0000000000000000103ecbf0c82a2f1fb179a8b9da922d69ad489e3c1a1dab37 1,058 0.53/1.00 vMB 27
359,038 359,038 000000000000000003323cfea5412cde88155437d30f74cfd962e3215bd10a8a 255 0.15/1.00 vMB 20
359,037 359,037 00000000000000001073b9947ee9a3e2ecad14f4d59547862819af3848c35954 1,040 0.50/1.00 vMB 28
359,036 359,036 00000000000000000dbb76e5da593b106dc50ca97ea1c4f312bfac9109d750d2 784 0.45/1.00 vMB 24
359,035 359,035 000000000000000008a4847990cd22ca1df6d946072d1d681534e6c74a7896e7 816 0.42/1.00 vMB 27
359,034 359,034 00000000000000000f73774079b15fc1ab1ef374b8f99d3a4865b72b168a89ad 527 0.26/1.00 vMB 26
359,033 359,033 0000000000000000034920baa3e68005a8a5106c489057710b346f30a0893855 372 0.22/1.00 vMB 20
359,032 359,032 000000000000000007bf1c706d7a5f3b907255669ff9c730ed35890aacc6ebc6 320 0.15/1.00 vMB 29
359,031 359,031 00000000000000000fa58e5a02b8676291bb491192a738a6d800f4bef296f3a8 946 0.57/1.00 vMB 22
359,030 359,030 00000000000000000b3f90e0f60046423db6b2cac055f41290ae29f966433fc9 146 0.10/1.00 vMB 16
359,029 359,029 000000000000000016f785f6c56856755d3fc89ca3ef005064ca10400872c421 434 0.25/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.52 GB
    • Received: 18.08 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.