Loading Tool

Explorer IconExplorer

Memory Pool

81,870 transactions
30.47 vMB
0.07926010 BTC
Random Selection Loading Transactions
Max Size: 186.81/200 MB

Candidate Block

Mining Attempt 470e15ed3d93488dfef4e5674182974fec46c90c4d3dc7d61368e30b1d233b3c
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 3b2e9bdcf2f5499826bd666633fac853f4d54a7f8950b08b7e5339fd3389f61f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01132672 BTC
Feerates: 150.77 > 1.13 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (556,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,050 359,050 000000000000000016ad1b5abf048e8ea6b759d2ca5f4c8c105372bce78ab802 160 0.12/1.00 vMB 23
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
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.72 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.