Memory Pool Memory Pool Refreshing

2,213 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,530 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,203 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (856,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,773 51,773 000000000d49d44e68fff3a8b9ee91fe8a5e94aeeb1e2013471f4112afc98082 0.00 MB 4 0
51,772 51,772 00000000202b4233afefc6d4d392d630a308add5b0fc2a76fc16d0b8892ad0b3 0.00 MB 1 0
51,771 51,771 00000000154f931334046ee0a1771803c293045dbc33c7e8690fdc2747adb0bc 0.00 MB 1 0
51,770 51,770 00000000054131f178c216e1e718faec8619f28ba9c3172f9062a083e726fa1f 0.00 MB 1 0
51,769 51,769 00000000037a9def421a898b5b6b14afcd7ada2899d7d7e73da506faa771423c 0.00 MB 1 0
51,768 51,768 0000000008f3e306c9d9b241ded10af055c470d6ecbe7d2e8e46eae9ab6790ec 0.00 MB 1 0
51,767 51,767 000000001a11669eeef9ecdafbe412585be7da1a1ebf6a55e9b7f0066210d86c 0.00 MB 2 0
51,766 51,766 0000000012484da6b94360213c8bb2c92bde07a8b52c7b30306258f5c9ada7f6 0.00 MB 1 0
51,765 51,765 0000000016f40c3a8212cdac395e25010c0a3937fa16d0dc5714a96f98333bcf 0.00 MB 1 0
51,764 51,764 000000001a5848ae3cb8056a7eaf7d2ec36f869392953913c42c55864cf50d3a 0.00 MB 1 0
51,763 51,763 0000000017269e57fe15c28d7aba049622aa071ca60edde03960ff15b77e07d6 0.00 MB 5 0
51,762 51,762 0000000008cc0312a12a751cf11a6f8492c0be5f18288d5ac54939c14e3d0426 0.00 MB 1 0
51,761 51,761 0000000018faaee36e0c923e9c627b714a4e0ce58a5b19c7a40efd11f583fecd 0.00 MB 1 0
51,760 51,760 000000001eb5e579cb59c27977cf6e0e1e120d35d108d9dd5f2ff2ea2c64f348 0.00 MB 1 0
51,759 51,759 0000000016964d34bb642b53dad4c748e7ac4d442bbacb2253df6de94b817c58 0.00 MB 1 0
51,758 51,758 000000001439883b427fd54e4c40b334ccc70e13bf3e59f35676f43ab8711266 0.00 MB 1 0
51,757 51,757 0000000016b9ccc789417539ede102a3ad31bf2fee6b794b5654277844cb9458 0.00 MB 1 0
51,756 51,756 000000001358dcc41ca361bf511f5c1c384eb3a17f3a5604e8910ba03060adb4 0.00 MB 1 0
51,755 51,755 00000000086b18a11e91f24b343dda88e59f6a993510e82bef2dee78fb925060 0.00 MB 1 0
51,754 51,754 000000000d0b967b10f49983bb94d5154c45a86be326e798522a041dc2cee63e 0.00 MB 2 0
51,753 51,753 000000001af23c06bac2f6e3ae567e8d7f63134a0fc44950b0a38acea1784c95 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.