Memory Pool Memory Pool Refreshing

5,692 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,155 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (782,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,531 125,531 0000000000002e08f1a3cb572ac1e44800ce818d8ceac26c8ed6aecac66ac400 0.00 MB 14 1,224
125,530 125,530 0000000000002f5673948b4e9dca73c55481cb78f1999e97b807b190d1233cf3 0.01 MB 36 667
125,529 125,529 0000000000001bfa675ade5f00b897ab1ad7987d04f9fcf64181a573707cad5a 0.02 MB 85 3,541
125,528 125,528 000000000000260589782448fa53a9b03e408f7cf8923b43fa4ed8abd008c80a 0.01 MB 24 157
125,527 125,527 0000000000001dce6c8fd53029405036ed761574e7a5a07ba4a50a88956d39ce 0.01 MB 39 1,942
125,526 125,526 0000000000000f3f9f7678bc08c14bd8ce2bce64c790e7a9daa75399f8bea5f0 0.01 MB 20 1,147
125,525 125,525 000000000000233545ce7f11274f3cd6ac744b7d1d82a4a7f7d6e40466314517 0.02 MB 61 1,794
125,524 125,524 0000000000002a0136a7cd96fd8715930775613856eac613c107b284d8f397c4 0.00 MB 13 317
125,523 125,523 0000000000002795b07bea742e19563c25a2bbe418661cb78025cbaa1e2237b4 0.01 MB 12 1,287
125,522 125,522 0000000000002e90eafea6b8a8b44956301991368104338b5ae436017d75df51 0.02 MB 36 85
125,521 125,521 000000000000311c0140bdfa5fe7d39c5aaf0dd62436fcbb789826b34e397282 0.01 MB 17 2,307
125,520 125,520 0000000000003d0e18d802ce52bbc74cfb25fa6deed449bbd842fc6cd18def85 0.00 MB 2 0
125,519 125,519 0000000000001f1d9a6227ef1a168238d50d663bba70c519615a4ce397a2c4de 0.01 MB 45 572
125,518 125,518 00000000000043cb4bd3ec5e77d659cbcfb3ee7689b362a84ec0d4caa6bb9335 0.02 MB 40 745
125,517 125,517 00000000000009637a86db76792bdbb5b7c1149cf19eb18811d2e8b4274b2f69 0.02 MB 43 390
125,516 125,516 0000000000000f19b55e7b9a2e35f2839c34214565e7a2fa57738918df6a76d9 0.00 MB 5 1,893
125,515 125,515 00000000000034ab1962db805783dc4bc5d881238eccf1ba9cfc331be621f6d2 0.00 MB 7 0
125,514 125,514 000000000000181a3ec01e178f6a27b167456a6ffac6f44c84720ed6ecd16a5f 0.01 MB 41 780
125,513 125,513 0000000000001faeb31ab4005d6a418bb4d0aab2e3bb023fcfb55e863f290d81 0.00 MB 6 496
125,512 125,512 000000000000443f7abef7fccfece6d10adbdd2d94abbd5c2cd84872e4905458 0.01 MB 18 429
125,511 125,511 00000000000035fd2ec1eee0a27ad533075969d68b1a38568c0769e83263040b 0.01 MB 22 530
Previous 10 blocks ↓
Total Size: 769.24 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,635.08 GB sent, 94.15 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.