Loading Tool

Explorer IconExplorer

Memory Pool

78,528 transactions
29.26 vMB
0.09316189 BTC
Random Selection Loading Transactions
Max Size: 176.53/200 MB

Candidate Block

Mining Attempt 13fe91791ea22542eb7567f2bb3f509d8a22243891ecc4b3dec3158493763fd5
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 7f0208598f27afb118ad47be13cc8e52096ba84479292c9ad4e8f4fd04d774c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,966
Size: 1.00 vMB
Total Fees: 0.03179929 BTC
Feerates: 100.53 > 3.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (682,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,985 232,985 00000000000000bf97c5ebd81d406e4dd0ff84c54cc16cadc733b95291daf8f9 580 0.22/1.00 vMB 210
232,984 232,984 00000000000000578cb90d29b2d9f422c66947508d06ef1520a2f6d5cf44433e 767 0.37/1.00 vMB 167
232,983 232,983 0000000000000087fd9a2e6fa9dbdd1f6ecbe535571888b3bec49c0aa65bae7f 305 0.25/1.00 vMB 91
232,982 232,982 00000000000001c992c0d339d46ed0bab5b5c4246cb3871f8c8b7305b7db2f33 285 0.12/1.00 vMB 234
232,981 232,981 00000000000001a009bdf2cd91c259b42fc37d62d395bbda8b24d1b6e259729a 188 0.25/1.00 vMB 69
232,980 232,980 00000000000000f6d55fab1f68b9a4b748a62c1767b31db8dc23c51ada4f6612 592 0.37/1.00 vMB 100
232,979 232,979 000000000000013f62c1a5cb299688b781c19bf7e1509f13428400219f27b803 734 0.25/1.00 vMB 273
232,978 232,978 00000000000000d26b451b8d357cda6df91b2d16533fa0a6155a8459e961d804 196 0.07/1.00 vMB 62
232,977 232,977 00000000000001d82c67acd70a18922ca978c5420de035a736000c550347a057 105 0.25/1.00 vMB 67
232,976 232,976 000000000000002f803ef51dbc88f448aaa12fc4c45a06a22294083e2dc4a019 145 0.07/1.00 vMB 173
232,975 232,975 0000000000000005cd446b77797f840c08a0a90286e193c4eebed82d52ff5c33 218 0.15/1.00 vMB 115
232,974 232,974 000000000000007740bd1e76cd630dad8dd0f5cf47ce2a79f27045d2bd8e3602 404 0.25/1.00 vMB 142
232,973 232,973 000000000000016fa2ff1bd5b21a48560c677a9792759e66ec2bf3c7b7e9ea35 934 0.47/1.00 vMB 158
232,972 232,972 00000000000000443ed9e502853e21f68438e99e0575e17c59cadcb4b89a2f65 680 0.25/1.00 vMB 251
232,971 232,971 0000000000000120536dd64eed392642b0d730e5b77d70bee6b8d197d53343b9 64 0.05/1.00 vMB 63
232,970 232,970 00000000000000cf1ee5d42dacb7f0084b9b893ce24e84763c261f54ad770b3c 256 0.13/1.00 vMB 161
232,969 232,969 00000000000000dcf3de821cd7bb923fb1ba264976495eb88c721d8cfef1a385 413 0.25/1.00 vMB 148
232,968 232,968 000000000000010c766281a7e65bb0a3ae83e02fda44a274ac5517d40e0bfb09 333 0.18/1.00 vMB 155
232,967 232,967 00000000000001a7f9a66560728aea086025e45a31dc3bc6d329412f2862cfcf 711 0.25/1.00 vMB 275
232,966 232,966 00000000000001d4197de01abd537d669ed8d73a24ab4026639161f5f5be3e87 371 0.23/1.00 vMB 101
232,965 232,965 000000000000004f0f996a3c7decc33b64df0dc74c7a81bf0e2fd4abc3e8cb58 221 0.08/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.41 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.