Loading Tool

Explorer IconExplorer

Memory Pool

13,273 transactions
9.96 vMB
0.02658726 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.53/200 MB

Candidate Block

Mining Attempt 54e13fafc84b6f123a45337b39c2f86f636cac338b2eb932478b45623f5c7e62
Version 20000000
Previous Block 00000000000000000000d8354835b6a50d1cd25337019743ebbc2d92d4bc275e
Merkle Root f1c67fafc89a9c93c0d275295f08c11f01aac02037d5fa73cd988a24f9c195d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,294
Size: 0.99796 1.00 vMB
Total Fees: 0.01134873 BTC
Feerates: 78.04 > 1.14 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,642 (642,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,659 270,659 000000000000000141391c09568a16d31c8b1df0755da2b73eb48ba4fdbae593 594 0.25/1.00 vMB 59
270,658 270,658 0000000000000004b443a6be28f454a89270a75f650afee406fbd520468c8482 1,483 0.50/1.00 vMB 151
270,657 270,657 0000000000000004942f99d951089c7edbeb38c76ee61c3385ab213a402695c4 717 0.25/1.00 vMB 84
270,656 270,656 00000000000000015aa5ca85e1a82c2b4d8645508017484beacad19a52dd8185 101 0.04/1.00 vMB 73
270,655 270,655 000000000000000498475d9e58ba1bcc636eadd1b6c0f21f4e0805ad88180941 167 0.14/1.00 vMB 23
270,654 270,654 0000000000000000cd4b1e00a0f4da0eb2418502af4a22155e6e70d8c9e6ecb7 792 0.42/1.00 vMB 50
270,653 270,653 0000000000000000714c3ac340c0a43a33bd4c2dabe5b7019d7f07e46699f8f3 395 0.25/1.00 vMB 46
270,652 270,652 00000000000000001e82580a59537122aacb6a478d30f0f17283606500aaeca1 606 0.25/1.00 vMB 90
270,651 270,651 0000000000000006353a1afa18d41c295221f327c24d157665e94c116ce9a740 459 0.25/1.00 vMB 33
270,650 270,650 00000000000000014802f27ed4d81fc9d1b2203c129e2125ab7eb4e9a3611c76 1,380 0.50/1.00 vMB 87
270,649 270,649 000000000000000312f93b2611568cec916009e890c117faf788ca7f99521d41 1,187 0.50/1.00 vMB 127
270,648 270,648 00000000000000015aa79472ba8029699a226440231d49d65e20aff309b150af 223 0.15/1.00 vMB 28
270,647 270,647 000000000000000375ffc0e19b405bc012f9fd7c5c0312843cd6be8921b45dcf 1,231 0.51/1.00 vMB 38
270,646 270,646 0000000000000004b4d97c810fe8b5d2ba684c0d35d50e410bb946590936a4a5 1,177 0.60/1.00 vMB 51
270,645 270,645 000000000000000228c8d3a4f11379b1ff8db99e7b2c1cfcc45168a72fafcd46 682 0.25/1.00 vMB 172
270,644 270,644 0000000000000005b32feadfef1ca754bc83ed14b5e37392ec27624bebcf6dbe 598 0.34/1.00 vMB 43
270,643 270,643 00000000000000069942bb2f5965e3662207abc3dddf44da1ec159d35baedd9c 342 0.22/1.00 vMB 50
270,642 270,642 0000000000000000e9314c630a993f28f738d05c995498ecac447fe25a9d7262 679 0.25/1.00 vMB 77
270,641 270,641 0000000000000002c9aad43c072046a8a5bc688899d2382fd04e0cc20855d662 196 0.16/1.00 vMB 20
270,640 270,640 00000000000000010c78e472816b8d3a875d80d68692406e834dca1084d98ffc 751 0.25/1.00 vMB 99
270,639 270,639 0000000000000005cd7c2602896720f878699da0bcb71f6ac63a660fb8be18a6 771 0.38/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 779.98 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: 471.25 GB
    • Received: 2.98 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.