Memory Pool Memory Pool Refreshing

2,660 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,954 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,586 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,953 (724,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,849 183,849 000000000000072db7cbf6a541e4aa0ee04e143337ad000428839e8fb1d06bcb 0.17 MB 426 149
183,848 183,848 00000000000007ce234b525d4ea0056af55cbded7b3da3d3b80acf05b7494dae 0.18 MB 398 114
183,847 183,847 00000000000002ec680c6893e2147187f7bc18398d57053ab17a0578b62a5c64 0.02 MB 65 103
183,846 183,846 00000000000005ee425422aff24d2e53059308e8d7cc3317a34370ef7f562837 0.34 MB 838 140
183,845 183,845 00000000000002f6badde73449bcdf671ac82633ac3f536a810fd5fbc425031f 0.05 MB 133 124
183,844 183,844 00000000000000bcc2d9d077369e67f00db45707a147f8165966c0cefb47b85b 0.00 MB 1 0
183,843 183,843 0000000000000645b8577d977296e92d8fc26050ed99253f6dd7697bd0adb954 0.14 MB 252 124
183,842 183,842 00000000000007b48b7b85730cc0a4b24f15a453d9f59da439a08f9e7e124901 0.16 MB 417 142
183,841 183,841 00000000000002bf929c9f144bcf0d72942efbae60dd6935a301cf2b6a7cb56a 0.28 MB 751 204
183,840 183,840 00000000000002aaadc80d5510b35c9535c944aa16c9757bb033aa4f1cd3ccd4 0.03 MB 81 263
183,839 183,839 0000000000000a596a16f246202eb014d7ba6656aec9dcc8c91a27a3ac51d9cd 0.03 MB 74 137
183,838 183,838 00000000000005735e82c8ad90b6ba6ee906f89e29954cea2812980f3bab3c8e 0.03 MB 105 67
183,837 183,837 00000000000005b6a69eb04667012c1d0eef63f71c5d0d27060948500342bea0 0.03 MB 64 72
183,836 183,836 000000000000020d6c5e2568e7b190e5b5e085939fa25b7be9ce5060d41aab08 0.00 MB 13 172
183,835 183,835 00000000000006a7623774bc33d3b834e2bf21e06f4d20a4290afd2d99872320 0.07 MB 190 195
183,834 183,834 0000000000000122f747ce5b34cf8490c0d5a74d93bceee1f20ae9734ced8023 0.05 MB 135 213
183,833 183,833 000000000000007f79f0ec113bbd3fff007f9e122b3494d747b5e4c9e28a77e6 0.05 MB 107 128
183,832 183,832 00000000000009686c8db5ffb2e278db7ea0553230944a77c402c65c8563196d 0.13 MB 317 170
183,831 183,831 000000000000012a851c9792866cd6389531065c3bf56ad1e2658450bd2d18e1 0.00 MB 7 0
183,830 183,830 00000000000000776ba20c2af8d94b954ec9870e53ff4ab7ad754afe62f363a2 0.17 MB 283 113
183,829 183,829 0000000000000a65c24531670662483844e98017c62ef0b6db88a6fc66ebb0ef 0.02 MB 43 122
Previous 10 blocks ↓
Total Size: 769.46 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,646.16 GB sent, 95.24 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.