Loading Tool

Explorer IconExplorer

Memory Pool

39,771 transactions
25.88 vMB
0.05359334 BTC
Random Selection Loading Transactions
Max Size: 134.46/200 MB

Candidate Block

Mining Attempt 7ff6360ce0ed34ab7ea29502c34b8dcfc6cb984d7ee1f3439c08cfbdb32d78f5
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 54e97885875b03925fa301701301347e79ad9cba1dc9d8b8551710c977ea951e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,043
Size: 1.00 vMB
Total Fees: 0.00653397 BTC
Feerates: 40.21 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (860,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,942 53,942 000000001472cedf2616bc924089ac831410b036b7a0d87d3a6643124e1bbe1e 1 0.00/1.00 vMB 0
53,941 53,941 000000001618b6f467e74f7924ef7687faba91b33d30ee60f1b20dff9e8c4d15 1 0.00/1.00 vMB 0
53,940 53,940 000000000d42b0070552961b20786fc0a08d556682e99de8e67c7b0d47ba730c 2 0.00/1.00 vMB 0
53,939 53,939 00000000116d1a82938203c09dd9ac8f5d571ef0dfb55b156369fcb1ef1b84b4 1 0.00/1.00 vMB 0
53,938 53,938 0000000009f3ff757b6a106b01da45ddb005bbb9800ae3a8a9bcbb125bfd8162 1 0.00/1.00 vMB 0
53,937 53,937 00000000065f26d7ebb784c22e4e89dca9917a89c1112bd17a26af27df8739cd 1 0.00/1.00 vMB 0
53,936 53,936 00000000036740faebd92da3fde2c1707e4182c275a4d74090fda2ddabb9117b 1 0.00/1.00 vMB 0
53,935 53,935 0000000011428eb04d08135eb69e9a029c79252c647b8140839dd802dcd64f3a 2 0.00/1.00 vMB 0
53,934 53,934 0000000014bd4fbee083f811535653362821a5c7a4dc1baf9e008560178bf46c 1 0.00/1.00 vMB 0
53,933 53,933 0000000004777c0aeb0f41347897152b531e1708c967e8cc759f037cb63c85f8 1 0.00/1.00 vMB 0
53,932 53,932 0000000004a8ed290488b098cfdab943f6c4c081c48f3ecf5361621a16dfd1a5 1 0.00/1.00 vMB 0
53,931 53,931 0000000011eea61748938fed761b0ae18d3a6e8e68e2603859218184ff0b1b96 1 0.00/1.00 vMB 0
53,930 53,930 0000000000a11289148654275da5344e2572df26c9daa52f242bc492ac63ac37 1 0.00/1.00 vMB 0
53,929 53,929 0000000009ee01a660b76736b224d7ba4cfa807e6d326c24d1820632fa52e625 1 0.00/1.00 vMB 0
53,928 53,928 0000000010b48cc5bb49c4afd07fe1f55fe7bbbce48137561261a4db22b92afe 4 0.00/1.00 vMB 0
53,927 53,927 000000000ee20d1ae547a4cbeddda29fd98e51d97fe5839ded7a49af48098c25 1 0.00/1.00 vMB 0
53,926 53,926 000000000c9c27edee1de10618d49f1c3153a5714a387020c81c71e95fdc3adf 1 0.00/1.00 vMB 0
53,925 53,925 000000000bf8e221ada3c7c1541fa5406929970e63fa0e4f2d3327742bd1881b 1 0.00/1.00 vMB 0
53,924 53,924 000000001488fc7dfc57d80a6112ee8eb5753990ee9bc230d63948ea0386bf7d 1 0.00/1.00 vMB 0
53,923 53,923 000000000700b6375cf2d1796d9504e14875fb7f17bcceea85097d7ced5914ce 1 0.00/1.00 vMB 0
53,922 53,922 0000000007945aa5f560d8b8d82a461526c0e2bacc3740aed8638e14dd368e60 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.17 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: 653.45 GB
    • Received: 13.89 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.