Loading Tool

Explorer IconExplorer

Memory Pool

80,680 transactions
34.73 vMB
0.18082010 BTC
Random Selection Loading Transactions
Max Size: 194.49/200 MB

Candidate Block

Mining Attempt 1145e4f50719b8675da5ad2a3c9106c01ef1f9090a6897cfd5f10dc24c22ed0e
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 9381cad158b5a2d7437d70a8cb42a5c0599e90c25abf6ff9162b196d7356279f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,105
Size: 1.00 vMB
Total Fees: 0.05016090 BTC
Feerates: 150.93 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (43,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,992 871,992 00000000000000000001adc505ad334da8794c474f9d89cdbdb546241ab7134a 2,937 1.00/1.00 vMB 8
871,991 871,991 00000000000000000001a6ec9cebe46ad8b4eeb4219f6e7d619dd1a40c139485 2,603 1.00/1.00 vMB 9
871,990 871,990 00000000000000000000ba624b0c903b17ccacc560bef610ca17ae2ff840a3bf 3,577 1.00/1.00 vMB 4
871,989 871,989 00000000000000000001e573f4451b8b848fcd02a6dcaae8260386055aad6047 3,954 1.00/1.00 vMB 5
871,988 871,988 0000000000000000000237387ea1fd22ac0e9f2947594bb373391886e42e7853 3,130 1.00/1.00 vMB 4
871,987 871,987 00000000000000000000f8326598a25e7d9ec202aa096ba1994f20843ca2f266 3,985 1.00/1.00 vMB 4
871,986 871,986 00000000000000000001422c32f7ba69c72f898e59d8368988dcbb8d6712e991 2,633 1.00/1.00 vMB 4
871,985 871,985 0000000000000000000175eddb1f3f8f8ae4cbd7593f994284d2f485618916ea 2,526 1.00/1.00 vMB 5
871,984 871,984 00000000000000000001de5028fa822c0eda2675c3914efd01bb165ac9a25303 3,539 1.00/1.00 vMB 3
871,983 871,983 0000000000000000000051becb053b58a5939e691052e30203706d7bac339be8 2,678 1.00/1.00 vMB 5
871,982 871,982 0000000000000000000217ebc138780032d04528425075bc2f8ba0d3fd4fd43e 4,458 1.00/1.00 vMB 2
871,981 871,981 000000000000000000028319065665c09ffe163a0638ae22ffbf6b8d700d2b32 1,965 1.00/1.00 vMB 5
871,980 871,980 00000000000000000000534ba43fc621bb160f2f9c9943a6e058a5f5d0c93b80 1,910 1.00/1.00 vMB 1
871,979 871,979 0000000000000000000235afaf33445442b1622c0c46036ff15b43493921ffb4 3,630 1.00/1.00 vMB 2
871,978 871,978 0000000000000000000042e4310083a676b9b4887da0a77223b44239d6b9e7b9 2,715 1.00/1.00 vMB 6
871,977 871,977 00000000000000000001c7ed223e50cd1eda57d182467203a3b12f4da313df39 3,957 1.00/1.00 vMB 4
871,976 871,976 00000000000000000002b4384dbdd1578cbb07c4ddd7b4294a8324aa6154d737 3,710 1.00/1.00 vMB 7
871,975 871,975 000000000000000000008ab374fd853c54a96deca3862c60d3423ed32ae87598 2,771 1.00/1.00 vMB 6
871,974 871,974 00000000000000000001e3f94cef3d8120e85434f4261df5ad4f80c1759e0e6f 4,624 1.00/1.00 vMB 2
871,973 871,973 00000000000000000000224f49c8a612d6958bdb307c9a69ccb6c1042b73ae0f 2,462 1.00/1.00 vMB 3
871,972 871,972 0000000000000000000243f358a49a8b96807ae6b9d9b97f7071e651b7f15bf6 2,252 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.