Memory Pool Memory Pool Refreshing

1,630 transactions
25.12 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,310 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (862,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,984 45,984 00000000171843c9aa1da035d0191493074e9001d1f80b93a3f6297760cfcb9d 0.00 MB 1 0
45,983 45,983 0000000006acda487f4eaabcf31e63fff0beb4bbcde2347c6156775cfa9d3549 0.00 MB 1 0
45,982 45,982 0000000036c669acab6508f59b94d357e9e5fb7f5458b99bb12c66e2cd6a6117 0.00 MB 1 0
45,981 45,981 000000001f9af4a7491ebb542c8b95b1f36d828eef3590713e0658ebaa79c7ac 0.00 MB 1 0
45,980 45,980 0000000020208d9da033311fdd9e8635f6bf1b47bbb2cae73ac9291969b61cea 0.00 MB 1 0
45,979 45,979 0000000007b926517e87d96aba64fdfe0902945dc7a58cbe3f5f42ec15eb7a53 0.00 MB 1 0
45,978 45,978 000000001a78c39c633e4394979f7695ed6edf44e924586048f81ce3dac15058 0.00 MB 1 0
45,977 45,977 0000000025ecacd4d443a93bd19a89deb36bd1b1daa59735f9a05c26b36942c9 0.00 MB 1 0
45,976 45,976 0000000021fe2b16fa659168ed04f3dd601228f00dfa32e8e5be14bf98c82e72 0.00 MB 1 0
45,975 45,975 0000000007d5741ab03042c0e08fb05c9ad1a1a683fecfd955c95a7ed3b02e34 0.00 MB 1 0
45,974 45,974 00000000306402d76779525896ffcbc1a1aa79dcfa57079f62dee060d2f29f33 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.21 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,696.92 GB sent, 98.58 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.