Memory Pool Memory Pool Refreshing

5,651 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (447,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
459,832 459,832 000000000000000001fe0763cc03bc4ebf6abfb7aa19b7ee27cfd487c93992c7 1.00 MB 2,969 142
459,831 459,831 000000000000000001dd9607859bb7a367a0db89f0a0dc8cb7ced9964223bed1 1.00 MB 2,540 149
459,830 459,830 0000000000000000007cadb1a89e69b3128fe9dc8f9366dcdb8fdf53cd6c4352 1.00 MB 1,644 124
459,829 459,829 00000000000000000169175323872a0c377fbb37d40445dbafe01b7f3fef3d8b 1.00 MB 2,874 122
459,828 459,828 000000000000000000b5ed100ec172ee60e475cbb1b7e9643665c3c8ab2fc599 1.00 MB 2,142 138
459,827 459,827 0000000000000000013463ddd03e5dcd38e4c800ed7879903564a2b1f42fc164 1.00 MB 660 149
459,826 459,826 000000000000000001a257e66a5fdf7362f6df9cf446f3d4daebefa52c6e2772 0.99 MB 978 158
459,825 459,825 000000000000000001a56c2a3ef34ecd2262bec55feed0b14d23f373b44c4a2a 1.00 MB 959 166
459,824 459,824 0000000000000000014d0553b282f1c193070a31b67e83d227a13258cf8ad957 1.00 MB 2,081 172
459,823 459,823 0000000000000000003c126784c1f3f66d76b6cabf68e4fd37090f27e6cc3178 1.00 MB 2,568 218
459,822 459,822 0000000000000000008b8ca3631aea6c7fa7ea8541b6d3e0b80e8a68a5218d50 1.00 MB 352 133
459,821 459,821 00000000000000000104e45edf4ad3546693c032b3cc294b6d5d699e70fcf12b 1.00 MB 1,325 129
459,820 459,820 0000000000000000006a26263d21283e6df41177dcb9f200ff8e417e04f2745f 1.00 MB 2,203 154
459,819 459,819 000000000000000001546cc8d8667bfef5bd8b4eca67ba34cb6f58c35507fe92 1.00 MB 2,730 218
459,818 459,818 0000000000000000000f520addc2ca9cf343f3dfc53b70ad02c397eecedfbfe9 1.00 MB 2,784 221
459,817 459,817 0000000000000000018ff298a87c09924c1bb5bf3daa5243321e0cc0639ef1fb 1.00 MB 3,019 335
459,816 459,816 0000000000000000004eed44d761bcedeed934fb301e04a37aa6bb85b42981b3 1.00 MB 2,007 175
459,815 459,815 000000000000000000976bfc92f8b45d7d2eb112f1705ae44ed751b3d61ccb19 1.00 MB 1,196 353
459,814 459,814 0000000000000000021faad1cbab5ccf697085976bd535f4d5946014a3428636 1.00 MB 1,753 227
459,813 459,813 0000000000000000007b8ada23e0d8d054420e3320acc6ac5da09bf135e7d583 1.00 MB 2,264 149
459,812 459,812 0000000000000000015443062597c38f532bcbb0085e66a26a6184a7f96a4a0c 1.00 MB 2,530 218
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.