Loading Tool

Explorer IconExplorer

Memory Pool

81,369 transactions
29.93 vMB
0.15517298 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 373b4434b36ac2ac36118b026ae8bb65a3f7e124d11f47fa2eb3a3dfb37885cd
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e0c50f3319fe77f532d33752b245b45e4dd38fc3fe6c80267d7e523ace46d4f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.05890132 BTC
Feerates: 1,002.91 > 5.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (103,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,007 812,007 000000000000000000026055088fd49f34800d42a01beab644a7a11beddaad49 3,054 1.00/1.00 vMB 22
812,006 812,006 00000000000000000003416f6d2b43d5a9651038399793cb9c02fa7705f994c6 2,179 1.00/1.00 vMB 10
812,005 812,005 00000000000000000002bcc89bd21e2a85408f0cd7e3f21ef253a3d6c32f6ff4 1,803 1.00/1.00 vMB 16
812,004 812,004 000000000000000000012b50f7468aa09680cf35f3df9d46b89ccc9d525743cb 2,443 1.00/1.00 vMB 18
812,003 812,003 0000000000000000000182bfad5bf9513addca8f5765059c9da908085e056efa 2,217 1.00/1.00 vMB 11
812,002 812,002 00000000000000000000453f0a4e36251458717f6a5c55165494b83b0f29af75 2,939 1.00/1.00 vMB 20
812,001 812,001 000000000000000000027356cad86f69172e5c4579b420716d2e0040be0e02b8 3,107 1.00/1.00 vMB 22
812,000 812,000 00000000000000000000ebd093127365a54c5c9332362757426c8b9fac719e40 1,752 1.00/1.00 vMB 13
811,999 811,999 000000000000000000005fe394429373560f829c96e5c78c7d3143ff1bc49154 1,931 1.00/1.00 vMB 14
811,998 811,998 00000000000000000001a196091aa394fbd5df06fd89f19c4a769d29c3872d6a 3,111 1.00/1.00 vMB 21
811,997 811,997 00000000000000000003184dc6c54d0bcf3715f6603e1d9bb43a4ffb1e0d22bf 2,010 1.00/1.00 vMB 13
811,996 811,996 00000000000000000001b844ae53dd9c36262c1a514d58fcf5cda5966c93b121 2,816 1.00/1.00 vMB 16
811,995 811,995 000000000000000000001bff65f7bda60733e2d4685dded75cc60871b8904a32 3,717 1.00/1.00 vMB 24
811,994 811,994 0000000000000000000018c7c644999c7ecef0e006a1edbfadcb8bceb4ae8fba 3,313 1.00/1.00 vMB 25
811,993 811,993 00000000000000000001d3290b7cf7e3dc43d7953ab31cfe6cccbb19ee74aef1 4,137 1.00/1.00 vMB 21
811,992 811,992 000000000000000000017cb6a19709a08091e270cdc3cf1936aa4b1a87bfb065 3,354 1.00/1.00 vMB 39
811,991 811,991 0000000000000000000123c7fc247b1179cb3e908781a94ad9eea1ea28ac42b8 4,310 1.00/1.00 vMB 18
811,990 811,990 00000000000000000000f0cbec8bfebc04d46ed9e45a2fbe266a7823ca74dcba 3,497 1.00/1.00 vMB 34
811,989 811,989 00000000000000000002babeda2aa37a1b74ec1254a499b762a18d256164d187 3,525 1.00/1.00 vMB 36
811,988 811,988 000000000000000000028a87e6a0899ad85b5ba72a069aadaf04b796ae3e0b4d 1,554 1.00/1.00 vMB 14
811,987 811,987 000000000000000000015904fa0ec31c264f9d690824bb6d31bde9cb2e984042 2,707 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.