Memory Pool Memory Pool Refreshing

1,951 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.70 vMB 1,951 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (447,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
459,843 459,843 000000000000000002261f8b8507dfc8b3287988b2073bfb9e60fd55b4a94e39 1.00 MB 2,677 172
459,842 459,842 00000000000000000091fd371c3503100262f833f50748671a259c471f78484f 1.00 MB 1,990 165
459,841 459,841 0000000000000000016086dc1c7d4238a2464c532964bbd708aeccf4f764e0f0 1.00 MB 2,824 196
459,840 459,840 00000000000000000068372e748df51015183c4d4e988fadeee9798dc6f5ae69 1.00 MB 1,887 135
459,839 459,839 000000000000000001f2ede070453e8a5f6e8b21308b23c0ef6995d6e1ee7d45 1.00 MB 2,321 135
459,838 459,838 000000000000000001f6550d04cff3161ea97a34964ff94e8531ba29864091b3 1.00 MB 1,477 153
459,837 459,837 000000000000000000e7fbff5eebb049a4df0034136f72ea03c07c93916fed77 1.00 MB 1,280 97
459,836 459,836 000000000000000001febc3dbc775b75a6a400363bcd657ab5f4a9432ec77a62 1.00 MB 1,641 125
459,835 459,835 0000000000000000018c00a4753cc17ae3f284ce5767fd5d585d2d3659b85efe 1.00 MB 2,086 122
459,834 459,834 0000000000000000016802a6d36656df8f6cc3f9d67feebb57fe8028978f4b67 1.00 MB 2,627 114
459,833 459,833 000000000000000000f24af767655f64df694cedd0984291648fb3beba43a21f 1.00 MB 2,240 172
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.43 GB sent, 93.43 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.