Memory Pool Memory Pool Refreshing

8,337 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,321 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (777,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,088 130,088 000000000000090b0885638df5311216d14b81da7afff84838e8f7bfa681d8b9 0.03 MB 85 0
130,087 130,087 00000000000001b695b1b2c701144517e15bfb2c0c527697661788f8bc9d3ceb 0.00 MB 17 1,200
130,086 130,086 0000000000000d51c9a52935b2fbbf01f19beda456eb49aa8ed913fc49b87964 0.03 MB 79 1,548
130,085 130,085 00000000000016a03c8916ba8280067272cdb8ea08ef56b8b2f517d9110bc92a 0.03 MB 56 1,034
130,084 130,084 000000000000199913e99724818b37a7bd9f5bfa56fa3bb794ad3b52c59a9e30 0.00 MB 3 3,868
130,083 130,083 000000000000187de74bdf7df6fde7c18ccbb1c020a7dbf435064e60be156d2b 0.01 MB 38 777
130,082 130,082 00000000000005c16c50f53a11dbc62bb36086cadeb43e170d75ad3c6fe0108e 0.03 MB 77 516
130,081 130,081 000000000000040167d3bb2f6d3837eb89bd79cd2d7d736d61a5513c2cb2558e 0.01 MB 26 629
130,080 130,080 000000000000094f835a630c9e07bd8fe5a936a091f88999847beac42bd15412 0.00 MB 9 1,321
130,079 130,079 00000000000012552ae259de241e7adab41dcd9a4e5678478f7a87aa6a4ee741 0.03 MB 98 31
130,078 130,078 00000000000007ecbc1c30eda6176a90443cfb13562d22dad310cf76f0e7accd 0.05 MB 81 736
130,077 130,077 0000000000000412513dc5f78af61b0c23088c91ee4ddd8ce27449b5cc95285f 0.01 MB 33 0
130,076 130,076 00000000000010b9d4ae66b48ee48be7f35de7794d6e62381f4b514ee94f2436 0.00 MB 11 856
130,075 130,075 0000000000000a04efdf22ce2a402290476609f709a47d2f2bbeffcf5417d1e1 0.01 MB 23 749
130,074 130,074 000000000000134b9cffc3f2666ffe8bd79e5889092ac36f84ea9f4a24d81ed3 0.01 MB 23 868
130,073 130,073 0000000000001260a3457c4d14a647628bb53fdcb5f16b8041fff27f1af637ef 0.05 MB 90 470
130,072 130,072 0000000000001506b5d663a38d472726bd3fef06251d182e7ccb3a73b93542c8 0.00 MB 10 909
130,071 130,071 0000000000000f02b3744cf0d76bff7185413841014f0fb46c9f8edc6d2a4030 0.02 MB 46 1,092
130,070 130,070 000000000000063e83a765aac47a18004bd56f2edf3f981e9bb00dddb11abab8 0.03 MB 80 913
130,069 130,069 00000000000012e8fa9ba79f4768aeb76d87d66985cb237bc90db7663e89a8db 0.01 MB 20 610
130,068 130,068 0000000000000070ff21fa311a51bbebe621b75ab72fae7921d1857a93d1d607 0.01 MB 19 687
Previous 10 blocks ↓
Total Size: 769.13 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,631.70 GB sent, 93.56 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.