Memory Pool Memory Pool Refreshing

10,213 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (632,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,024 275,024 0000000000000000a0609fac765dfafd0a4655dfb9bcb1db32688ab3d1fc8475 0.32 MB 651 46
275,023 275,023 0000000000000002de311510a6744406380434195b2bc9e9405d810b8f4960dc 0.04 MB 64 32
275,022 275,022 0000000000000000f9f2c99092849dc317f9ad6eb65b9219f8ae79308ce0a658 0.19 MB 366 98
275,021 275,021 000000000000000301db80fd5990130083a584cec8008ab24c6b88184fb7acff 0.22 MB 393 35
275,020 275,020 000000000000000490b27b6898abb2fd1cd87eaa77eb21c4e4e6986602a31f53 0.25 MB 657 56
275,019 275,019 0000000000000002d9efa2616c0e381d5a7e86973b7ef7e7401654e37d3b3194 0.05 MB 25 6
275,018 275,018 00000000000000042d2c888065e67031310cb8af8a7b083381b4a84cef9cb084 0.18 MB 170 29
275,017 275,017 0000000000000002ac7de8fb07e52cb5cfe03f9c095f80f1f7e4f324802b5fd8 0.25 MB 596 49
275,016 275,016 0000000000000003fe1992a2bedb8009ac920cae117242f3b6e45e5033d311b3 0.15 MB 166 15
275,015 275,015 0000000000000002f271fd2a6eda64489fe38f5194e1a2f9a948871b63829323 0.23 MB 366 23
275,014 275,014 0000000000000004855a0948fd584df084d35bf72dd518a06dc77f74cfea0110 0.40 MB 492 31
275,013 275,013 0000000000000002f1850b7a521c0b4fd9fa132610f6df1457e5d044dc5322e6 0.18 MB 323 39
275,012 275,012 0000000000000000934b65312af9046ec33ed5a2381a5c1693516425f28fe6de 0.07 MB 84 29
275,011 275,011 000000000000000364384d9cdbe3be3b2713c639c510b592c740c36a616f4962 0.23 MB 405 59
275,010 275,010 000000000000000376eb8d0a82815e1575d5ac09b8dee7590f374a0c38430c67 0.35 MB 195 14
275,009 275,009 00000000000000047c98e37b0f900491f046052baaf24e3996bfda1b48aa7a54 0.15 MB 253 24
275,008 275,008 00000000000000042c3d43382f44dc1afb39ef60070d47ccda2fadcc219f4446 0.05 MB 14 4
275,007 275,007 00000000000000017d90ca5b54adcd318bbe9fbba38cee4f1ae7d86f5d4ebb91 0.25 MB 469 36
275,006 275,006 000000000000000065c65ae06c26eddfde446ad01d5cabc7c03735586e154d97 0.24 MB 332 26
275,005 275,005 00000000000000026a15e29ef0a31953159242bc15374ce1dfbc884b02abc8d8 0.35 MB 326 23
275,004 275,004 0000000000000003877236b511d801ba8763445fbe46fae3475021cbaf85460d 0.03 MB 32 40
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.