Loading Tool

Explorer IconExplorer

Memory Pool

83,145 transactions
31.99 vMB
0.10666970 BTC
Random Selection Loading Transactions
Max Size: 192.31/200 MB

Candidate Block

Mining Attempt c8b215bb889b76273cc409cfb6e51702a7cc6f16c83f1e6e4f2c83e0ce91faef
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 58ebc682e56019d034d94a5d47150f96cca0635eb515c29a1fbc57b92cba8522
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,313
Size: 1.00 vMB
Total Fees: 0.02569210 BTC
Feerates: 353.36 > 2.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (9,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
905,719 905,719 00000000000000000001b62998dc3851a2565bdb473d95ec1c59fb3171664b2d 2,313 1.00/1.00 vMB 3
905,718 905,718 000000000000000000014f06fe3da9cf94d716f2914ec52684ba7f824b5d120a 2,277 1.00/1.00 vMB 2
905,717 905,717 000000000000000000019deb7f39ac262caed9018a240f6e30d4bf195535ac29 3,489 1.00/1.00 vMB 4
905,716 905,716 000000000000000000006163654fbe72370b2fea93970a7ac02f494b7cc6856e 3,800 1.00/1.00 vMB 5
905,715 905,715 000000000000000000020f18d5cc00c46befadd69ed7e92ebe0e5b44dbcf9199 3,045 1.00/1.00 vMB 4
905,714 905,714 00000000000000000001dbf0880e45b5b62575bd2a162d96ff5c39bc4790154c 3,238 1.00/1.00 vMB 2
905,713 905,713 00000000000000000001923b93ae2e08419eac3f64b14afd752c817f1f539c2d 3,112 1.00/1.00 vMB 4
905,712 905,712 000000000000000000016694ed4c26ff1fb6c0f4f19ab6c3316f013acfa1efbd 2,567 1.00/1.00 vMB 3
905,711 905,711 000000000000000000008a73616eff1e0523a93a7065d27e2efc6057c40acb35 873 1.00/1.00 vMB 2
905,710 905,710 0000000000000000000145bcb21d0abe002c9420f6223038a970a0089d0bd6df 2,708 1.00/1.00 vMB 3
905,709 905,709 00000000000000000000153babee78eaed753e196ecd1454b0f8951db5d3c861 2,048 1.00/1.00 vMB 3
905,708 905,708 0000000000000000000215b2d161c232a1507ff0f5f98ee85e8caf90aab770d0 3,120 1.00/1.00 vMB 5
905,707 905,707 00000000000000000001dde681321af0b92ae01fdc31d908f67ab22b60ff4700 3,911 1.00/1.00 vMB 8
905,706 905,706 00000000000000000001e3238301b093200120d77e8860fe0abddb672e2e5c54 4,128 1.00/1.00 vMB 3
905,705 905,705 00000000000000000000f552edfad95c2818c32033478fb598280c47e205ff89 3,351 1.00/1.00 vMB 5
905,704 905,704 000000000000000000010c728df3bf2e3551b8a29815d82a32fe32b398ed1820 3,225 1.00/1.00 vMB 7
905,703 905,703 00000000000000000001ed3d709ad47253a2ccd80b8eb7958cb7fba61c56b372 3,597 1.00/1.00 vMB 5
905,702 905,702 000000000000000000002c1dbf5848b33db72972d22868c57cbb8d3bc6081669 3,629 1.00/1.00 vMB 5
905,701 905,701 000000000000000000000327cae0b2f5d12da07247b6dc6f05608096b6c2ce57 3,916 1.00/1.00 vMB 8
905,700 905,700 000000000000000000000be75b685aa0f53e7bb5b5d9b9305f1234284c41faf1 3,761 1.00/1.00 vMB 9
905,699 905,699 00000000000000000001b0275a7ce022f799653d28ab6ccac8b011c00ea3ac53 2,614 1.00/1.00 vMB 2
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.82 GB
    • Received: 17.00 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.