Memory Pool Memory Pool Refreshing

11,465 transactions
7.13 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
899,515 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,603 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,514 (17,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,034 882,034 00000000000000000000444ef31a10792a8ddc36f386844b4758396613f07d10 1.67 MB 3,718 3
882,033 882,033 000000000000000000008e2d5f4bf5f380b12923744018090d3e609133feb1e0 1.46 MB 3,253 12
882,032 882,032 000000000000000000025e85663df11ab374b4e5d145976efa93bf59756b97ae 1.68 MB 3,341 3
882,031 882,031 000000000000000000011953afd4ceb0fb5e1e84e5bf0fae464bd5840a6c9344 1.83 MB 2,270 4
882,030 882,030 0000000000000000000137262aaa3688d8df56544fc15e733e2cb87389913914 1.33 MB 1,425 2
882,029 882,029 0000000000000000000150149fb3a38e5ac3fdc192475e23e076a1cb3eeca562 1.13 MB 497 2
882,028 882,028 000000000000000000005290c9bb6165fcbe17a1a7ad104f50fc0091edf3eda4 1.19 MB 852 1
882,027 882,027 000000000000000000007f8e98e2b074a9dd4570f2f19dd6a1c559fdf850552e 1.69 MB 2,878 4
882,026 882,026 00000000000000000001795a15fb42dbf3f4a5031f87d5734f02f3ee2afa7f33 1.36 MB 526 1
882,025 882,025 00000000000000000001737de232381c8b82979b7f99e7cf3e1d0c31e8d31e08 1.58 MB 2,412 2
882,024 882,024 000000000000000000017df0678a14a9f91b9438923cca1eb3c288550e098961 1.59 MB 2,141 2
882,023 882,023 000000000000000000028fee3ab9f7ba5285e07b41f5b9129e5dac2261141083 1.68 MB 3,530 2
882,022 882,022 00000000000000000000ceda37344558dc43cb6f488701eaccc8a77e7978c652 1.38 MB 1,948 4
882,021 882,021 00000000000000000001401a3dbd5bd0a1333cf0dc4726a794c0f48c89aea745 1.55 MB 3,024 5
882,020 882,020 00000000000000000000ea3174946c38f526abd145b8b74212317c83a8ce88e8 1.10 MB 614 1
882,019 882,019 00000000000000000001af0e4460aca2fc50d4916843010c1c1f8d74b83f2bbe 1.47 MB 1,686 1
882,018 882,018 00000000000000000001d2f7916729437b3410190c728dff47741885568c42b7 1.65 MB 3,667 3
882,017 882,017 0000000000000000000229f1d8b5e618bb439204ebb7ef14dd2541b54010bbe7 1.58 MB 3,733 5
882,016 882,016 00000000000000000001ce9b4550473cb78c7636e27c4a0170fec38a3b4213cd 1.51 MB 2,755 3
882,015 882,015 00000000000000000002502bf81a552bba6443d0f954b5ff0e78b5ec88a7998f 1.31 MB 886 1
882,014 882,014 000000000000000000009d74070bce776b1f54d323c869745d3b1c971af0bcf6 1.18 MB 961 1
Previous 10 blocks ↓
Total Size: 755.08 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: 490.31 GB sent, 24.49 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.