Memory Pool Memory Pool Refreshing

2,607 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,767 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (793,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,021 114,021 000000000000ae4e76866422da02c371fec3692bd86d4c45df13f7b1c1badfd6 0.00 MB 10 336
114,020 114,020 0000000000004c74ca76bd6f63c7db8f4ac4725d2d70c5170f3f0b6756c0e04e 0.00 MB 12 0
114,019 114,019 000000000000d6154ff2cce0e6b502d16ea250b47c14fefb528e7e57a081f053 0.02 MB 27 0
114,018 114,018 000000000000b669e957f07bc0c77b3943da2171e663100a724d9cf2ccd2e406 0.00 MB 9 643
114,017 114,017 000000000000223b2029ba5fe5cd8b40d0b97f005e96315928afb7b3dc62fa8f 0.00 MB 12 0
114,016 114,016 00000000000020c8513b2ab8567134d471d2316953a8ed4439b88d7136b8ec0f 0.00 MB 13 0
114,015 114,015 0000000000000514ba3a3eecb78416618a6f26c85d2104f8be9d493d44b6ba92 0.01 MB 40 225
114,014 114,014 0000000000003ffeefe023469e1ed6c7f335a4a06b77ffc30443030b9ce0b49a 0.00 MB 13 0
114,013 114,013 00000000000084e14736662ad42d30d4bc842b58e30d257a8e01e2df979a4ce1 0.00 MB 12 0
114,012 114,012 00000000000024e3a4d298382cc76e8bd2abe353e632aa90376fbc0a267948dd 0.00 MB 9 0
114,011 114,011 00000000000039209999c125aa2913dd63cebfba275179a95f29fa67403f55cc 0.02 MB 38 374
114,010 114,010 0000000000000d9cacae00cee1c6e77fe2327a9a85c085d70aabf45135c136c1 0.05 MB 181 61
114,009 114,009 00000000000035d219acabf46a2b480ca7cc8d38c58511e46e07370c1ed5fa3c 0.00 MB 10 0
114,008 114,008 0000000000009291a422afeabb039edaf12191c7a20e4f8355d9d6f82bc19b56 0.00 MB 8 0
114,007 114,007 000000000000597b1c20abf6452302b91b4a07c03f708de8eeecea8a6a1f3809 0.00 MB 9 0
114,006 114,006 0000000000003cf6e653fa6bb82fc25895355655f66edc9fe514943cae269b3e 0.00 MB 15 277
114,005 114,005 00000000000031f6318f39b61d379bf37f73e390f6238985ba9bc5917654511f 0.00 MB 12 322
114,004 114,004 000000000000464765245b719e9fe79467e558548b7f24b67731f531493ac4d7 0.00 MB 9 307
114,003 114,003 000000000000635be3ead6d476143e376c616e110d384d3b08722c6a47508f49 0.00 MB 9 0
114,002 114,002 00000000000057a51891efb7d23077049bcdf7acc9a7793d41decc9752305b33 0.00 MB 11 585
114,001 114,001 00000000000086f38ecc2a8f8dff3bb9e1a2a642e965d4ad84e5c00e8cb7847c 0.01 MB 31 453
Previous 10 blocks ↓
Total Size: 769.05 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,627.42 GB sent, 93.12 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.