Memory Pool Memory Pool Refreshing

5,319 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,424 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,654 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,423 (862,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,973 45,973 00000000061720e0ebcf06205f6b6d7d92a3546ccfa61dffa2032c953dfcc68a 0.00 MB 1 0
45,972 45,972 000000000860ddd13df7b55e3069ad867b7e0b414c9d93716dea885675828c29 0.00 MB 1 0
45,971 45,971 0000000004c0aef31de70d1cfe3395f8b909520437384de5835d8705f0349e03 0.00 MB 1 0
45,970 45,970 00000000172a9289c5e0afa77c702ab0afbd5f2d6d8967043d0f865aecdb0ce2 0.00 MB 1 0
45,969 45,969 00000000353996660edabbd9ed93373c51e364a779a5e688fd828752e88447ef 0.00 MB 1 0
45,968 45,968 000000000694f5c57cbed8bba55dc2ca1b3e6d7907e72a6e7d3a25a485c3b1be 0.00 MB 1 0
45,967 45,967 000000002da28b3d08ecea6479daada2fc22cd85ec3c6b42b29c228bd35e1ef6 0.00 MB 2 0
45,966 45,966 00000000155089d4c85814437f08430126f7a3843a17757ffed4ad8193190520 0.00 MB 1 0
45,965 45,965 000000001d0d39d3bd00604d3cab341cbfc839aee1e0793d8c192643e68b2628 0.00 MB 1 0
45,964 45,964 0000000026fbc1741b6ed4e5c9f457079918365debeb55b9ca01429b454fcb96 0.00 MB 1 0
45,963 45,963 000000001d7dfe7599ad4636a05e507d01fe1122e3f45663559a8a126203641a 0.00 MB 1 0
45,962 45,962 000000002bf9995f216f8f4c05fa31b9a2c8eead7b7041ce59efb34d882624e8 0.00 MB 1 0
45,961 45,961 000000000822cec0ffa1d8fbd425a915f455543a9fbce5452d287faae2b8b171 0.00 MB 1 0
45,960 45,960 0000000008d54c9c8f127a005b3da19862c1ea0421428e2a5eb6a50cb87fa90c 0.00 MB 1 0
45,959 45,959 000000002ef3fd888f27f5eb0bc48e5acd54a93483b9d4cac3da6057a77e02cc 0.00 MB 1 0
45,958 45,958 0000000016ddf4df357a7dfb55ff877a5f32cf163e8da76569ce104c11e43f8f 0.00 MB 1 0
45,957 45,957 000000002659026881830c367746ac264d8d42d5a24171d30982792ede9144dc 0.00 MB 1 0
45,956 45,956 00000000248bf809d41ce84278bbb565722798db4a68402f2c59dabe792f5e10 0.00 MB 2 0
45,955 45,955 0000000008a70db0ce55088fcb397f3e9a6a5a83a5b1c3dbe3f2c0f9263bcb32 0.00 MB 1 0
45,954 45,954 000000002bde5ff5909c1d62014f1ad2f7bec43a74e026915d65f32a53df2146 0.00 MB 1 0
45,953 45,953 0000000037f55b44808c1e6e7218e27f044e4cab85d05f59e327a1e40731ea77 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.12 GB sent, 99.52 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.