Memory Pool Memory Pool Refreshing

261 transactions (0.05 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,800 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,799 (900,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,708 8,708 00000000c76ed351f1de1b06a2653e7336b6bca2c35db62d7354db239f2daa41 0.00 MB 1 0
8,707 8,707 00000000bc0bbb516a5931c9c2bf92e34086e98ded9a3039ca6b6fedd1fe654f 0.00 MB 1 0
8,706 8,706 00000000b830b128c054ce9e1a8492236b24731c6edd4f7c91d53444184475f3 0.00 MB 1 0
8,705 8,705 00000000b3a56e88b76616452ba6763eece0756f8ed061dea6b48a96c0e8f35d 0.00 MB 1 0
8,704 8,704 0000000023bf2a6b9fdb55a03690eb77a746bb0e95488f18c666c45cf3511720 0.00 MB 1 0
8,703 8,703 00000000aaaa8ffe108ac1aba04f8415014a2d3892f9849b52b30e9726af533f 0.00 MB 1 0
8,702 8,702 00000000d44c165c8c8a7e9a2aa502a299327c744addee331b03733fe1b382f0 0.00 MB 1 0
8,701 8,701 000000007a7f2fc8caf6f4b7ba2a661f086999e5d9f6d56aaaca148c11f5ed10 0.00 MB 1 0
8,700 8,700 0000000041bc68035e785d030689d2d0c50c019a059bd370d40ea78cb7312a1f 0.00 MB 1 0
8,699 8,699 00000000a9fb407374d712ae1e90d569e5472b1979c2b9a2bec7d92450d9578e 0.00 MB 1 0
8,698 8,698 0000000033788e516f70d29ddb0f78d206daa8dcd695321b8a190cdf890e97e9 0.00 MB 1 0
8,697 8,697 00000000b7cb82fcca840bc45f433c6623b3c5b1ea4eab82961523805ea9c785 0.00 MB 1 0
8,696 8,696 00000000b754236eb995c2c9dc249c024249d4ca518336ce5755133f3e526063 0.00 MB 1 0
8,695 8,695 00000000ad7b0e88e010c0a004734cc40a7e1ef5d42c45d236d7b1adfde66a61 0.00 MB 1 0
8,694 8,694 0000000048a9e61a5c47c60d9cda6594ca9798f040b4a6a7e73ad28b7f227cee 0.00 MB 1 0
8,693 8,693 000000004ed1690d9de9afc1a4b3aa95101655ffb7c84513b5a91dc5f26537c0 0.00 MB 1 0
8,692 8,692 000000004656bf7bc13ea617b3c472bc2ddb226a3cc4109b4bf2844f7929ba35 0.00 MB 1 0
8,691 8,691 000000007c6ce8af451e99b8f9128759dfc9a4720eb40abcc8f8c174dd0e1e81 0.00 MB 1 0
8,690 8,690 000000009a7f813c24708573b68265c730a6bff1fa71bf9d447f8c6a196e2077 0.00 MB 1 0
8,689 8,689 000000000c0b89432bf3cd76134ef7b87ceda5cfb6064d77e69038cc72c410e8 0.00 MB 1 0
8,688 8,688 00000000e4131f9946dcc23aea15fdfdd516f7d0c3c8340e50935a91b18dfe23 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,857.29 GB sent, 102.99 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.